ExtensionCollection.IsInclusionList Property
Gets a Boolean value indicating whether file types in the extension list should be crawled or not.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property IsInclusionList As Boolean
Get
'Usage
Dim instance As ExtensionCollection
Dim value As Boolean
value = instance.IsInclusionList
public bool IsInclusionList { get; }
Property Value
Type: System.Boolean
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.