Click or drag to resize
GnomonRoleProviderFindUsersInRole Method
Gets an array of user names in a role where the user name contains the specified user name to match.

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

Parameters

roleName
Type: SystemString
The role to search in.
usernameToMatch
Type: SystemString
The user name to search for.

Return Value

Type: String
A string array containing the names of all the users where the user name matches usernameToMatch and the user is a member of the specified role.
Exceptions
ExceptionCondition
NotImplementedException
See Also