RoleProvider::CreateRole Method (String^)
Adds a new role to the data source for the configured applicationName.
Assembly: System.Web.ApplicationServices (in System.Web.ApplicationServices.dll)
Parameters
- roleName
-
Type:
System::String^
The name of the role to create.
CreateRole is called by the CreateRole method of the Roles class to add the specified role to the data source for the configured ApplicationName.
If the specified role name already exists for the configured applicationName, is null, or is an empty string, we recommend that your provider throw an exception.
If the specified role name contains a comma, we recommend that your provider throw an exception.
If your data source restricts the length of the role name, for example, through a fixed-length column of a table in a database, we recommend that you throw an exception if the role name exceeds the maximum length allowed by the data source.
Available since 2.0