Specifies the sort order of the indexed column. If the value of this property is set to 1 (ascending)
or 2 (descending), then the column forms part of the index key (that is, the column will be present in
the ON clause of the CREATE INDEX statement). If the value is 0 (none), then the column is a non-key,
included column (that is, the column will be present in the INCLUDE clause, or equivalent, of the
CREATE INDEX statement).
Namespace:
FileNet.Api.AdminAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 1
PropertyMaximumInteger32: 2
PropertyMinimumInteger32: 0
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ