SPList.EffectiveFolderPermissionsForUI - Propriété

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.

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public ReadOnly Property EffectiveFolderPermissionsForUI As SPBasePermissions
    Get
'Utilisation
Dim instance As SPList
Dim value As SPBasePermissions

value = instance.EffectiveFolderPermissionsForUI
public SPBasePermissions EffectiveFolderPermissionsForUI { get; }

Valeur de propriété

Type : Microsoft.SharePoint.SPBasePermissions

Voir aussi

Référence

SPList classe

SPList - Membres

Microsoft.SharePoint - Espace de noms