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.