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)
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.