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.
Represents the status of the [DenyAddAndCustomizePages] feature on a site collection.
Namespace: Microsoft.Online.SharePoint.TenantAdministration
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public Enumeration DenyAddAndCustomizePagesStatus
'Usage
Dim instance As DenyAddAndCustomizePagesStatus
public enum DenyAddAndCustomizePagesStatus
Members
| Member name | Description | |
|---|---|---|
| Unknown | The status of a site collection’s [DenyAddAndCustomizePages] is unknown. | |
| Disabled | The status of a site collection where the [DenyAddAndCustomizePages] feature has been disabled. | |
| Enabled | The status of a site collection where the [DenyAddAndCustomizePages] feature has been enabled. |