SPWeb.GetWebsAndListsWithUniquePermissions method
SharePoint 2013
Retrieves a collection of Webs and Lists that either have unique permissions themselves or have items with unique permissions.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.CollectionOfSPTypesReturnType)]
public Collection<SPWebListInfo> GetWebsAndListsWithUniquePermissions()
Return value
Type: System.Collections.ObjectModel.Collection<SPWebListInfo>A Collection<T> with the items having unique permissions.