共用方式為


Site.AllowMasterPageEditing 屬性

取得或設定值,指定此網站集合是否允許主版頁面編輯。

命名空間:  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 Property AllowMasterPageEditing As Boolean
    Get
    Set
'用途
Dim instance As Site
Dim value As Boolean

value = instance.AllowMasterPageEditing

instance.AllowMasterPageEditing = value
public bool AllowMasterPageEditing { get; set; }

屬性值

類型:System.Boolean
傳回指定 [編輯主版頁面是否允許此網站集合上或其他的值傳回falseBooleantrue 。

例外狀況

例外狀況 條件
[System.UnauthorizedAccessException]

目前的使用者會有足夠的權限。使用者不是網站集合管理員,或是在 Web 應用程式層級停用的設定。錯誤碼 ︰-2147024891。

備註

請參閱Web.AllowMasterPageEditingForCurrentUser,決定目前使用者行為的方法。預設值,如果沒有被停用在 Web 應用程式中,為false。

請參閱

參照

Site 類別

Site 成員

Microsoft.SharePoint.Client 命名空間