FullTextIndexCollection Interface

Represents the collection of full text indexes in search schema.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Interface FullTextIndexCollection _
    Inherits IEnumerable(Of FullTextIndex), IEnumerable
'Usage
Dim instance As FullTextIndexCollection
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public interface FullTextIndexCollection : IEnumerable<FullTextIndex>, 
    IEnumerable

See Also

Reference

FullTextIndexCollection Members

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