Site.AllowDesigner 屬性
取得或設定值,指定是否可以在此網站集合使用設計工具。
命名空間: 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 AllowDesigner As Boolean
Get
Set
'用途
Dim instance As Site
Dim value As Boolean
value = instance.AllowDesigner
instance.AllowDesigner = value
public bool AllowDesigner { get; set; }
屬性值
類型:System.Boolean
傳回 Boolean。
true如果設計工具可在此網站集合。否則,會傳回false
例外狀況
例外狀況 | 條件 |
---|---|
[System.UnauthorizedAccessException] | 目前的使用者會有足夠的權限。使用者不是網站集合管理員,或是在 Web 應用程式層級停用的設定。錯誤碼 ︰-2147024891。 |
備註
請參閱Web.AllowDesignerForCurrentUser,決定目前使用者行為的方法。預設值,如果沒有被停用在 Web 應用程式中,為true。