SPUpdateVersions Enumeration
Specifies how the import operation handles existing files when importing an updated version.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPUpdateVersions
'Usage
Dim instance As SPUpdateVersions
public enum SPUpdateVersions
Members
Member name | Description | |
---|---|---|
Append | Imports the updated version and appends versioning information, either minor or major version as specified in the import setting UpdateVersions. | |
Overwrite | Deletes the existing version at the import destination and then imports the updated version of the file. | |
Ignore | Ignores versioning and imports the updated file. |