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.40.0)
Syntax
C# |
---|
public BCUserRole NewUserRole( string name, string displayName ) |
Visual Basic |
---|
Public Function NewUserRole ( _ name As String, _ displayName As String _ ) As BCUserRole |
Visual C++ |
---|
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.