SPPermissionInfo.RoleAssignments Property
Gets the role assignments that the user belongs to, directly or indirectly. For example, if the user belongs to a domain group that has permissions.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Available in SharePoint Online
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.CollectionOfSPTypesReturnType)] public Collection<SPRoleAssignment> RoleAssignments { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<SPRoleAssignment>A Collection<T> of SPRoleAssignment objects that represents the role assignments.