SPIncludeVersions enumeration

Contains values that describe the versions to include in your export package.

Namespace:  Microsoft.SharePoint.Deployment
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Enumeration SPIncludeVersions
'Usage
Dim instance As SPIncludeVersions
public enum SPIncludeVersions

Members

Member name Description
LastMajor (Default) Include the last major version
CurrentVersion Include the most recent version
LastMajorAndMinor Include the last major and last minor versions
All Include all versions

See also

Reference

Microsoft.SharePoint.Deployment namespace