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)
Syntax
| 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(); |
Remarks
Metadata
AllowsDefaultChange: true
Cardinality: SINGLE
CopyToReservation: false
DataType: BOOLEAN
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultBoolean: false
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ