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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<SubsetCallableTypeAttribute> _
Public Enumeration SPCompositeIndexableStatus
'Usage
Dim instance As SPCompositeIndexableStatus
[SubsetCallableTypeAttribute]
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