SPFolder.EffectiveRawPermissions property
Get the base permissions for the current user.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property EffectiveRawPermissions As SPBasePermissions
Get
'Usage
Dim instance As SPFolder
Dim value As SPBasePermissions
value = instance.EffectiveRawPermissions
public SPBasePermissions EffectiveRawPermissions { get; }
Property value
Type: Microsoft.SharePoint.SPBasePermissions
Returns SPBasePermissions.
Remarks
Gest the permissions from the database once and caches them. There is no check for whether files are in a catalog that requires the ManageLists mask.