BCEnvironmentNewPrivilege Method  | 
 
            Creates a privilege 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)
Syntaxpublic BCPrivilege NewPrivilege(
	string name,
	string displayName
)
Public Function NewPrivilege ( 
	name As String,
	displayName As String
) As BCPrivilege
Parameters
- name
 - Type: SystemString
The internal name of the privilege. - displayName
 - Type: SystemString
The display name of the privilege. 
Return Value
Type: 
BCPrivilegeThe created privilege.
See Also