BCEnvironmentNewUserRole Method |
Creates a user role with the specified name.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public BCUserRole NewUserRole(
string name,
string displayName
)
Public Function NewUserRole (
name As String,
displayName As String
) As BCUserRole
public:
BCUserRole^ NewUserRole(
String^ name,
String^ displayName
)
member NewUserRole :
name : string *
displayName : string -> BCUserRole
Parameters
- name
- Type: SystemString
The internal name of the user role. - displayName
- Type: SystemString
The display name of the user role.
Return Value
Type:
BCUserRoleThe created user role.
See Also