DeploymentExportSettings 架构

适用于:SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013

DeploymentExportSettings 架构为 ExportSettings.xml 文件提供验证。 此文件包含可以使用 SPExportSettings 类和 Microsoft.SharePoint.Deployment 命名空间中表示的内容迁移对象模型一部分的其他类指定的导出设置。

除编录导出设置以外,ExportSettings.xml 文件也可以确保后续导入过程(在迁移目标网站上)执行在导出设置中指定的指令。

ExportSettings.xml 文件还维护导出到迁移数据包的所有对象的目录。

DeploymentExportSettings 架构元素

下表列出了 DeploymentExportSettings.xsd 架构文件中的元素。


元素 说明
ExportSettings 元素 (DeploymentExportSettings) 为部署导出设置容器对象提供 XML 包装程序,并提供指定安全性、版本控制以及如何导出的方法的根元素。
DeploymentObject 元素 (DeploymentExportSettings) 表示部署对象的实例, (SPExportObject) 标记为导出到内容迁移包。
ExportObjects 元素 (DeploymentExportSettings) 表示包含在内容迁移数据包中的部署导出对象实例的集合。

下表列出了在架构中定义的但未在记录的元素中公开的简单类型。 它们显示为可指定允许属性值的元素属性类型(通常为枚举类型)。


类型

SPIncludeSecurity 简单类型 (DeploymentExportSettings)

SPIncludeSecurity 简单类型 (DeploymentExportSettings)

SPExportMethodType 简单类型 (DeploymentExportSettings)

GUID 简单类型 (DeploymentExportSettings)

SPDeploymentObjectType 简单类型 (DeploymentExportSettings)

SPIncludeDescendents 简单类型 (DeploymentExportSettings)


另请参阅