Click or drag to resize
RoleInfoProviderGetRoleUsers Method
Returns the table of the role users or null.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
public static DataTable GetRoleUsers(
	int roleId
)

Parameters

roleId
Type: SystemInt32
Role ID for retrieving the table of users

Return Value

Type: DataTable
See Also