SPList.GetItemsWithUniquePermissions Method
Include Protected Members
Include Inherited Members
Returns a collection of list items that do not inherit security permissions from the list but instead have a unique set of permissions.
Overload List
Name | Description | |
---|---|---|
GetItemsWithUniquePermissions() | Returns a collection of SPListItemInfo objects for items that have unique permissions. | |
GetItemsWithUniquePermissions(Int32, Boolean) | Returns a collection of SPListItemInfo objects for items that have unique permissions by specifying the maximum number of items to return and whether to return only folder information. |
Top