Creates a user role with the specified name.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax
public BCUserRole NewUserRole( string name, string displayName )
Parameters
- name
- Type:
System String
The internal name of the user role.
- displayName
- Type:
System String
The display name of the user role.
Return Value
The created user role.See Also