SPList.EffectiveFolderPermissions Property
Within an HTTP context, gets the effective base permissions for folders in the list.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property EffectiveFolderPermissions As SPBasePermissions
Get
'Usage
Dim instance As SPList
Dim value As SPBasePermissions
value = instance.EffectiveFolderPermissions
public SPBasePermissions EffectiveFolderPermissions { get; }
Property Value
Type: Microsoft.SharePoint.SPBasePermissions
An SPBasePermissions object that represents the permissions.
Remarks
The EffectiveFolderPermissions property only applies to HTTP contexts and code that runs within the process of a Web request.