ProxySettings.MaxStringContentLength Property

Relativity Services API

Note: This API is now obsolete.

Specifies the maximum string length returned by the XML reader. Set to 104857600 by default.

Namespace:  kCura.Relativity.Client
Assembly:  kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

[ObsoleteAttribute("This has been deprecated.  Settings will be copied from the server configuration.")]
public Nullable<int> MaxStringContentLength { get; set; }

Property Value

Type: Nullable<Int32>
See Also

Reference