This topic has not yet been rated - Rate this topic

LayoutsPageBase.RightsCheckMode property

Gets or sets a value that specifies whether the rights of the user to the page are checked at the LoadComplete event, the PreInit event, both, or neither.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
protected LayoutsPageBase.RightsCheckModes RightsCheckMode { get; set; }

Property value

Type: Microsoft.SharePoint.WebControls.LayoutsPageBase.RightsCheckModes
A LayoutsPageBase.RightsCheckModes value that specifies when, if at all, the rights of the user are checked.

The CheckRights method will be called by either the OnLoadComplete or OnInit(EventArgs) (or both) handlers depending on the value of RightsCheckMode.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.