Creates a privilege 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 BCPrivilege NewPrivilege( string name, string displayName )
Parameters
- name
- Type:
System String
The internal name of the privilege.
- displayName
- Type:
System String
The display name of the privilege.
Return Value
The created privilege.See Also