SPListCollection.ListsForCurrentUser 属性
获取或设置一个布尔值,指定是否返回集合中的当前用户具有的权限的列表。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property ListsForCurrentUser As Boolean
Get
Set
用法
Dim instance As SPListCollection
Dim value As Boolean
value = instance.ListsForCurrentUser
instance.ListsForCurrentUser = value
public bool ListsForCurrentUser { get; set; }
属性值
类型:System.Boolean
true如果只返回为该用户具有的权限的列表 ;false如果返回集合中的所有列表。