Export.IncludeVersions property

Gets a Boolean value that indicates whether to include all versions of SharePoint documents in the export.

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

Syntax

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

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

Property value

Type: System.Boolean
true if the include versions option is enabled; otherwise, false.

See also

Reference

Export class

Export members

Microsoft.Office.Server.Discovery namespace