Export.IncludeNonSearchableItems property

Gets a Boolean value that specifies whether content that could not be crawled will be included in the export.

Namespace:  Microsoft.Office.Server.Discovery
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Property IncludeNonSearchableItems As Boolean
    Get
    Friend Set
'Usage
Dim instance As Export
Dim value As Boolean

value = instance.IncludeNonSearchableItems
public bool IncludeNonSearchableItems { get; internal set; }

Property value

Type: System.Boolean
true if content that could not be crawled is included; otherwise, false.

See also

Reference

Export class

Export members

Microsoft.Office.Server.Discovery namespace