ExtensionCollection.SetIsInclusionList, méthode (Microsoft.Office.Server.Search.Administration)

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

Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)

Syntaxe

'Déclaration
Public Sub SetIsInclusionList ( _
    isInclude As Boolean _
)
'Utilisation
Dim instance As ExtensionCollection
Dim isInclude As Boolean

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

Paramètres

  • isInclude
    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.

Voir aussi

Référence

ExtensionCollection, classe
Membres ExtensionCollection
Microsoft.Office.Server.Search.Administration, espace de noms