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.