RoleInfoProviderGetRoleUsers Method |
Returns the table of the role users or null.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax public static DataTable GetRoleUsers(
int roleId
)
Parameters
- roleId
- Type: SystemInt32
Role ID for retrieving the table of users
Return Value
Type:
DataTableSee Also