SPWeb.GetWebsAndListsWithUniquePermissions-Methode
Retrieves a collection of Webs and Lists that either have unique permissions themselves or have items with unique permissions.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetWebsAndListsWithUniquePermissions As Collection(Of SPWebListInfo)
'Usage
Dim instance As SPWeb
Dim returnValue As Collection(Of SPWebListInfo)
returnValue = instance.GetWebsAndListsWithUniquePermissions()
public Collection<SPWebListInfo> GetWebsAndListsWithUniquePermissions()
Rückgabewert
Typ: System.Collections.ObjectModel.Collection<SPWebListInfo>
A Collection<T> with the items having unique permissions.
Hinweise
Onyl site collection admins can perform this action because it may return information on subwebs that even current web admins do not have permission to see.