This topic has not yet been rated - Rate this topic

LayoutsPageBase.RightsCheckModes Enumeration

Specifies the event or events at which the rights of the user are checked.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
[FlagsAttribute]
protected enum RightsCheckModes
Member name Description
None Rights are not checked.
OnPreInit Rights are checked at the pre-initialization event.
OnLoadComplete Rights are checked when loading of the page completes.

This enumeration is primarily used as the value of the LayoutsPageBase.RightsCheckMode property.

This is a bitwise enumeration so you can specify that rights be checked at both OnLoadComplete and OnPreInit.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ