GetRolesUsageCounts Method
Gets the counts indicating how many users and groups are assigned the roles
Required Permissions
ManageRolesSyntax
public System.int[] GetRolesUsageCounts(
System.long[] roleIds
)Public Function GetRolesUsageCounts( _
ByVal roleIds() As System.Long _
) As System.Integer()Parameters
| Name | Description |
|---|---|
| roleIds | An array of role IDs. |
Return Value
An array of integers counting how many users and groups are assigned each role.