Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used to assign or retrieve the Site Collection Allow Designer property.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute> _
Public Property AllowDesigner As Boolean
Get
Set
'Usage
Dim instance As SPSite
Dim value As Boolean
value = instance.AllowDesigner
instance.AllowDesigner = value
[ClientCallableAttribute]
public bool AllowDesigner { get; set; }
Property Value
Type: System.Boolean
A Boolean value depending on what the behavior should be for the current user. The default value is false if the property is not disabled on the web application.
Remarks
Warning
A UnauthorizedAccessException is thrown when attempting to set the property if either the user is not a Site Collection administrator or the setting is disabled at the web application level.