Click or drag to resize
GnomonRoleProviderGetUsersInRole Method
Gets a list of users in the specified role for the configured applicationName.

Namespace: RMP.Web
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override string[] GetUsersInRole(
	string roleName
)

Parameters

roleName
Type: SystemString
The name of the role to get the list of users for.

Return Value

Type: String
A string array containing the names of all the users who are members of the specified role for the configured applicationName.
See Also