Share via


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
Public property Item Returns a full text index that match the filter name.

Top

Methods

  Name Description
Public method Contains Returns a Boolean value that indicates whether the collection of full text indexes contains a specific full text index.
Public method Create(String, String) Adds a new full text index to the full text index collection.
Public method Create(String, String, Boolean, Boolean) Adds a new full text index to the full text index collection.
Public method GetEnumerator() (Inherited from IEnumerable<FullTextIndex>.)
Public method GetEnumerator() (Inherited from IEnumerable.)

Top

See Also

Reference

FullTextIndexCollection Interface

Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace