SPList.Permissions 属性

请注意:此 API 现在已过时。

Use the RoleAssignments() property instead, to get the collection of role assignments for the list. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, the Permissions property returned the collection of permission objects that represented all the permissions for the list and is maintained for backward compatibility.)

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<ObsoleteAttribute("Use the RoleAssignments property instead")> _
Public ReadOnly Property Permissions As SPPermissionCollection
    Get
用法
Dim instance As SPList
Dim value As SPPermissionCollection

value = instance.Permissions
[ObsoleteAttribute("Use the RoleAssignments property instead")]
public SPPermissionCollection Permissions { get; }

属性值

类型:Microsoft.SharePoint.SPPermissionCollection
一个代表权限SPPermissionCollection对象。

备注

下表显示的SPRights值应用于列表的权限,并提供每个的简要说明。

说明

AddListItems

将项目添加到列表、将文档添加到文档库,以及添加 Web 讨论评论。

CancelCheckout

签入文档但不保存当前更改 (仅适用于文档库)。

DeleteListItems

删除列表中的项、文档库中的文档以及文档中的 Web 讨论注释。

EditListItems

编辑列表中的项目、编辑文档库中的文档、编辑文档中的 Web 讨论注释,以及自定义文档库中的 Web 部件页。

ManageListPermissions

授予、 拒绝或更改用户权限的列表。

ManageLists

批准列表中的内容、添加或移除列表中的列,以及添加或移除列表的公共视图。

ManagePersonalViews

创建、更改和删除列表的个人视图。

ViewListItems

在列表中,文档库中查看项目、 查看 Web 讨论评论和设置列表的电子邮件通知。

另请参阅

引用

SPList 类

SPList 成员

Microsoft.SharePoint 命名空间