Specifies whether string-valued property values in the background search result can be truncated
if their length exceeds the maximum length of the corresponding property of the search result class.
If this property is set to false, the search fails if it contains string values that
exceed the maximum string length. The default value is false.
Namespace:
FileNet.Api.Sweep
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
ReadOnly Property AllowStringTruncation As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> AllowStringTruncation { get; } |
Visual C++ |
---|
property Nullable<bool> AllowStringTruncation {
Nullable<bool> get ();
} |
JavaScript |
---|
function get_allowStringTruncation();
|