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.
Gets a value that indicates whether the page requires at least the default set of rights that are required to access application pages (which are pages in the _layouts folder).
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Protected Overridable ReadOnly Property RequireDefaultLayoutsRights As Boolean
Get
'Usage
Dim value As Boolean
value = Me.RequireDefaultLayoutsRights
protected virtual bool RequireDefaultLayoutsRights { get; }
Type: System.Boolean
true if, at a minimum, a user must have the default rights for application pages in order to access the LayoutsPageBase; otherwise, false.
The default implementation always returns true.
The RightsRequired property may require, if it is overridden, that users have more rights to access the current LayoutsPageBase in addition to the default rights.