FullTextIndexCollection Members
Include Protected Members
Include Inherited Members
Represents the collection of full text indexes in search schema.
The FullTextIndexCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Item | Returns a full text index that match the filter name. |
Top
Methods
Name | Description | |
---|---|---|
Contains | Returns a Boolean value that indicates whether the collection of full text indexes contains a specific full text index. | |
Create(String, String) | Adds a new full text index to the full text index collection. | |
Create(String, String, Boolean, Boolean) | Adds a new full text index to the full text index collection. | |
GetEnumerator() | (Inherited from IEnumerable<FullTextIndex>.) | |
GetEnumerator() | (Inherited from IEnumerable.) |
Top
See Also
Reference
FullTextIndexCollection Interface
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace