Partager via


ListItem.EffectiveBasePermissionsForUI - Propriété

Gets the effective base permissions for the current user, as they should be displayed in UI.

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public ReadOnly Property EffectiveBasePermissionsForUI As BasePermissions
    Get
'Utilisation
Dim instance As ListItem
Dim value As BasePermissions

value = instance.EffectiveBasePermissionsForUI
public BasePermissions EffectiveBasePermissionsForUI { get; }

Valeur de propriété

Type : Microsoft.SharePoint.Client.BasePermissions
The effective base permissions for the current user.

Remarques

This property differs from the EffectiveBasePermissionsForUI property only if the ReadOnlyUI is set to true on the parent list of the item, and in all cases will be a subset of the EffectiveBasePermissionsForUI property. This EffectiveBasePermissionsForUI property will always be as or more restrictive than the EffectiveBasePermissions property.

Voir aussi

Référence

ListItem classe

ListItem - Membres

Microsoft.SharePoint.Client - Espace de noms