ExtensionCollection.SetIsInclusionList method

Sets the value for the IsInclusionList property of the ExtensionCollection class.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Sub SetIsInclusionList ( _
    isInclude As Boolean _
)
'Usage
Dim instance As ExtensionCollection
Dim isInclude As Boolean

instance.SetIsInclusionList(isInclude)
public void SetIsInclusionList(
    bool isInclude
)

Parameters

  • isInclude
    Type: System.Boolean

    A Boolean value indicating whether file types listed in the extensions list are crawled. true if only the file types in the extension list are crawled; otherwise, false if the file types in the extension list are not crawled, but other file types are.

See also

Reference

ExtensionCollection class

ExtensionCollection members

Microsoft.Office.Server.Search.Administration namespace