BCEnvironmentNewUserRole Method |
Creates a user role with the specified name.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public BCUserRole NewUserRole(
string name,
string displayName
)
Public Function NewUserRole (
name As String,
displayName As String
) As 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