SPFieldIndex Members
Include Protected Members
Include Inherited Members
Represents a content index extending over one or two fields in a list. This class supports the efficient query of list items that filter by those fields.
The SPFieldIndex type exposes the following members.
Properties
Name | Description | |
---|---|---|
FieldCount | Gets the count of the fields in the current SPFieldIndex object instance. | |
Id | Gets the identifier (ID) of the SPFieldIndex. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the SPFieldIndex from the parent SPFieldIndexCollection. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetField | Retrieves the identifier (ID) of the field at the specified index in the SPFieldIndex. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top