SPSite.GetEffectiveRightsForAcl-Methode (SPReusableAcl)
Gibt die tatsächlichen Berechtigungen, die der aktuelle Benutzer für die angegebene Access Control List (ACL) verfügt.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetEffectiveRightsForAcl ( _
acl As SPReusableAcl _
) As SPBasePermissions
'Usage
Dim instance As SPSite
Dim acl As SPReusableAcl
Dim returnValue As SPBasePermissions
returnValue = instance.GetEffectiveRightsForAcl(acl)
public SPBasePermissions GetEffectiveRightsForAcl(
SPReusableAcl acl
)
Parameter
acl
Typ: Microsoft.SharePoint.SPReusableAclEin SPReusableAcl -Objekt, das eine Zugriffssteuerungsliste darstellt.
Rückgabewert
Typ: Microsoft.SharePoint.SPBasePermissions
Ein SPBasePermissions -Wert, der angibt, wenn die Basis Berechtigungen für die Websitesammlung.
Hinweise
Die GetEffectiveRightsForAcl -Methode gibt mehr Informationen als die DoesUserHavePermissions -Methode.