DraftVisibilityType 列舉
指定檢視次要版本和草稿所需的最低權限。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Enumeration DraftVisibilityType
'用途
Dim instance As DraftVisibilityType
public enum DraftVisibilityType
成員
成員名稱 | 描述 | |
---|---|---|
Reader | 其值可讓您指定的最低權限是閱讀程式的列舉。值 = 0。 | |
Author | 其值可讓您指定的最低權限是作者的列舉。值 = 1。 | |
Approver | 其值可讓您指定的最低權限已核准的列舉。值 = 2。 |