SPSite.DoesUserHavePermissions-Methode (SPReusableAcl, SPBasePermissions)
Returns a Boolean value indicates whether the user has permissions for the specified set of rights.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function DoesUserHavePermissions ( _
acl As SPReusableAcl, _
permissionMask As SPBasePermissions _
) As Boolean
'Usage
Dim instance As SPSite
Dim acl As SPReusableAcl
Dim permissionMask As SPBasePermissions
Dim returnValue As Boolean
returnValue = instance.DoesUserHavePermissions(acl, _
permissionMask)
public bool DoesUserHavePermissions(
SPReusableAcl acl,
SPBasePermissions permissionMask
)
Parameter
acl
Typ: Microsoft.SharePoint.SPReusableAclAn SPReusableAcl object that represents an access control list.
permissionMask
Typ: Microsoft.SharePoint.SPBasePermissionsAn SPBasePermissions value that specifies base permissions for the site collection.
Rückgabewert
Typ: System.Boolean
true if the user has permissions for the specified set of rights; otherwise, false.