Share via


SPWebPartManager.AuthorizationFilterEnabled Property

Gets a flag that indicates whether an authorization filter is enabled in the current page.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Property AuthorizationFilterEnabled As Boolean
    Get
'Usage
Dim instance As SPWebPartManager
Dim value As Boolean

value = instance.AuthorizationFilterEnabled
public bool AuthorizationFilterEnabled { get; }

Property Value

Type: System.Boolean
true if an authorization filter is enabled in current page; otherwise, false.

See Also

Reference

SPWebPartManager Class

SPWebPartManager Members

Microsoft.SharePoint.WebPartPages Namespace