LayoutsPageBase.RequireDefaultLayoutsRights property

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)

Syntax

'Declaration
Protected Overridable ReadOnly Property RequireDefaultLayoutsRights As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.RequireDefaultLayoutsRights
protected virtual bool RequireDefaultLayoutsRights { get; }

Property value

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.

Remarks

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.

See also

Reference

LayoutsPageBase class

LayoutsPageBase members

Microsoft.SharePoint.WebControls namespace