This topic has not yet been rated - Rate this topic

ISecurableObject.DoesUserHavePermissions Method

Windows SharePoint Services 3
Checks the permissions of the user for a given set of rights.

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
bool DoesUserHavePermissions (
	SPBasePermissions permissionMask
)

Parameters

permissionMask

An SPBasePermissions value that specifies a set of rights to check.

Return Value

true if the permissions of the user include the set of rights; otherwise, false.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.