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