Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.BooleanA 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.