SPFieldIndexCollection.Add Method
Include Protected Members
Include Inherited Members
Adds the specified index definition to the collection of SPFieldIndex objects.
Overload List
Name | Description | |
---|---|---|
Add(SPField) | Adds an index definition to the collection. This method includes one specified field in the index definition. | |
Add(SPField, SPField) | Adds an index definition to the collection. This method includes two specified fields in the index definition. |
Top