共用方式為


SPWebApplication.AllowDesigner property

取得或設定 Boolean 值,以指定SharePoint Designer可用來編輯網站中的 Web 應用程式。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Property AllowDesigner As Boolean
    Get
    Set
'用途
Dim instance As SPWebApplication
Dim value As Boolean

value = instance.AllowDesigner

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

Property value

Type: System.Boolean
Boolean
trueSharePoint Designer可用來修改網站 ; 如果否則,請false。預設值為true。

Exceptions

Exception Condition
SecurityException

目前的使用者不是伺服器陣列管理員,因此無法設定本屬性。

備註

此屬性不是用來做為安全性功能,但是為了方便使用的 Web 應用程式的管理。

AllowDesignerForCurrentUser屬性會指出目前的使用者是否可以使用SharePoint Designer來修改特定的網站。

請參閱

參照

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace