SPCompositeIndexableStatus enumeration

Specifies whether a field may be included in a composite field index and whether there are any restrictions on field placement within such an index.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Enumeration SPCompositeIndexableStatus
'Usage
Dim instance As SPCompositeIndexableStatus
public enum SPCompositeIndexableStatus

Members

Member name Description
NotCompositeIndexable Specifies that the field cannot be included in a composite field index.
AsLastFieldInIndex Specifies that the field may be included in a composite field index only as the lowest priority field.
AsAnyFieldInIndex Specifies that the field may be included in a composite field index.

See also

Reference

Microsoft.SharePoint namespace