DraftVisibilityType 简单类型 (DeploymentManifest)

上次修改时间: 2015年3月9日

适用范围: SharePoint Foundation 2010

指定可查看草稿文档的用户的类型。


<xs:simpleType name="DraftVisibilityType">
        <xs:restriction base="xs:string">
                <xs:enumeration value="Reader" />
                <xs:enumeration value="Author" />
                <xs:enumeration value="Approver" />
        </xs:restriction>
</xs:simpleType>

枚举值

说明

Reader

指定可查看项目的读者、作者或审批者。

Author

指定可查看项目的作者。

Approver

指定可查看项目的审批者。

请参阅

引用

DraftVisibilityType

概念

DeploymentManifest 架构