SPWeb.AllowMasterPageEditingForCurrentUser property
布林值,指定目前的使用者是否可以編輯主版頁面。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property AllowMasterPageEditingForCurrentUser As Boolean
Get
'用途
Dim instance As SPWeb
Dim value As Boolean
value = instance.AllowMasterPageEditingForCurrentUser
public bool AllowMasterPageEditingForCurrentUser { get; }
Property value
Type: System.Boolean
Boolean
備註
這個屬性的預設值為 false,而如果現行使用者是網站管理員,則為 true。