Поделиться через


Свойство ListItem.EffectiveBasePermissionsForUI

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

Пространство имен:  Microsoft.SharePoint.Client
Сборки:   Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)

Синтаксис

'Декларация
Public ReadOnly Property EffectiveBasePermissionsForUI As BasePermissions
    Get
'Применение
Dim instance As ListItem
Dim value As BasePermissions

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

Значение свойства

Тип: Microsoft.SharePoint.Client.BasePermissions
The effective base permissions for the current user.

Замечания

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.

См. также

Справочные материалы

ListItem класс

Элементы ListItem

Пространство имен Microsoft.SharePoint.Client