Determines whether the current user has 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.40.0)
Syntax
C# |
---|
public bool HasPrivilege(
string privilegeName
) |
Visual Basic |
---|
Public Function HasPrivilege ( _
privilegeName As String _
) As Boolean |
Visual C++ |
---|
public:
bool HasPrivilege(
String^ privilegeName
) |
Return Value
A value indicating whether the current user has a privilege with the specified name.
See Also