SPAcl<T>.EffectivePermissions Method
Returns the effective permissions for the current user.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Function EffectivePermissions As T
'Usage
Dim instance As SPAcl
Dim returnValue As T
returnValue = instance.EffectivePermissions()
public T EffectivePermissions()
Return Value
Type: T
An object that represents the effective permissions for the user.