Click or drag to resize
GnomonRoleProviderGetRolesForUser Method
Gets a list of the roles that a specified user is in 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[] GetRolesForUser(
	string username
)

Parameters

username
Type: SystemString
The user to return a list of roles for.

Return Value

Type: String
A string array containing the names of all the roles that the specified user is in for the configured applicationName.
See Also