This topic has not yet been rated - Rate this topic

SPSite.GetEffectiveRightsForAcl method (SPReusableAcl)

Returns the actual permissions that the current user has for the specified Access Control List (ACL).

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)]
public SPBasePermissions GetEffectiveRightsForAcl(
	SPReusableAcl acl
)

Parameters

acl
Type: Microsoft.SharePoint.SPReusableAcl
An SPReusableAcl object that represents an access control list.

Return value

Type: Microsoft.SharePoint.SPBasePermissions
An SPBasePermissions value that specifies base permissions for the site collection.

The GetEffectiveRightsForAcl method returns more information than the DoesUserHavePermissions method.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.