Click or drag to resize
GnomonRoleProviderRoleExists Method
Gets a value indicating whether the specified role name already exists in the role data source 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 bool RoleExists(
	string roleName
)

Parameters

roleName
Type: SystemString
The name of the role to search for in the data source.

Return Value

Type: Boolean
true if the role name already exists in the data source for the configured applicationName; otherwise, false.
See Also