SPList.EffectiveFolderPermissionsForUI property
get effective base permissions for UI for current user on the specified folder in a list. This will only differ from EffectiveFolderPermissions if ReadOnlyUI is set to true, and in all cases will be a subset of EffectiveFolderPermissions. To put it another way, EffectiveFolderPermissionsForUI will always be as or more restrictive than EffectiveFolderPermissions.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property EffectiveFolderPermissionsForUI As SPBasePermissions
Get
'Usage
Dim instance As SPList
Dim value As SPBasePermissions
value = instance.EffectiveFolderPermissionsForUI
public SPBasePermissions EffectiveFolderPermissionsForUI { get; }
Property value
Type: Microsoft.SharePoint.SPBasePermissions