SPWebApplication.AllowMasterPageEditing property
取得或設定 Boolean 值,以指定是否允許使用者編輯主版頁面。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property AllowMasterPageEditing As Boolean
Get
Set
'用途
Dim instance As SPWebApplication
Dim value As Boolean
value = instance.AllowMasterPageEditing
instance.AllowMasterPageEditing = value
public bool AllowMasterPageEditing { get; set; }
Property value
Type: System.Boolean
Boolean
true如果使用者可以編輯主版頁面 ;否則,請false。預設值為true。
Exceptions
Exception | Condition |
---|---|
SecurityException | 目前的使用者不是伺服器陣列管理員。 |
備註
此屬性不是用來做為安全性功能,但是為了方便使用的 Web 應用程式的管理。