Click or drag to resize
GnomonRoleProviderRemoveUsersFromRoles Method
Removes the specified user names from the specified roles 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 void RemoveUsersFromRoles(
	string[] usernames,
	string[] roleNames
)

Parameters

usernames
Type: SystemString
A string array of user names to be removed from the specified roles.
roleNames
Type: SystemString
A string array of role names to remove the specified user names from.
Exceptions
ExceptionCondition
NotImplementedExceptionPlease use the RMP User editor
See Also