Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a collection of SPListItemInfo objects for items that have unique permissions.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Function GetItemsWithUniquePermissions As Collection(Of SPListItemInfo)
'Usage
Dim instance As SPList
Dim returnValue As Collection(Of SPListItemInfo)
returnValue = instance.GetItemsWithUniquePermissions()
public Collection<SPListItemInfo> GetItemsWithUniquePermissions()
Type: System.Collections.ObjectModel.Collection<SPListItemInfo>
A collection of SPListItemInfo objects with basic information about the list items. If no list items have unique permissions, an empty collection is returned.
Exception | Condition |
---|---|
SPQueryThrottledException | The number of objects to return exceeds the value of the MaxItemsPerThrottledOperation property. |
The current user must be a site collection administrator.
Please sign in to use this experience.
Sign in