Click or drag to resize
GnomonRoleProviderCreateRole Method
Adds a new role to the 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 void CreateRole(
	string roleName
)

Parameters

roleName
Type: SystemString
The name of the role to create.
Exceptions
ExceptionCondition
NotImplementedException
See Also