LayoutsPageBase.DefaultLayoutsRights field

Specifies the default rights that are needed to access to application pages (which are pages in the _layouts folder.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared ReadOnly DefaultLayoutsRights As SPBasePermissions
'Usage
Dim value As SPBasePermissions

value = LayoutsPageBase.DefaultLayoutsRights
public static readonly SPBasePermissions DefaultLayoutsRights

Remarks

An SPBasePermissions object that provides a bitwise itemization of the rights that are needed to access an application page.

The object that is returned has the following bits set:

  • Open

  • ViewPages

  • ViewFormPages

See also

Reference

LayoutsPageBase class

LayoutsPageBase members

Microsoft.SharePoint.WebControls namespace