SPCompositeIndexableStatus Enumeration
SharePoint 2010
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.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
| 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. |