SPIncludeVersions 简单类型 (DeploymentExportSettings)
适用于: SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013
提供 ExportSettings 元素上的 IncludeVersions 属性的值 , (DeploymentExportSettings) 。
定义
<xs:simpleType name="SPIncludeVersions">
<xs:restriction base="xs:string">
<xs:enumeration value="LastMajor" />
<xs:enumeration value="CurrentVersion" />
<xs:enumeration value="LastMajorAndMinor" />
<xs:enumeration value="All" />
</xs:restriction>
</xs:simpleType>
枚举值
值 | 说明 |
---|---|
LastMajor |
指定导出对象的上一个主要版本。 |
CurrentVersion |
指定导出对象的当前版本。 |
LastMajorAndMinor |
指定同时使用主要版本和次要版本号的导出对象的版本。 |
全部 |
指定将包含导出对象的所有可用版本。 |
备注
SPIncludeVersions 简单类型的值可指定要包含在内容迁移数据包中的导出对象版本。