.NET Framework Class Library
DBWArm.IsSuperAdmin Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > DBWArm Class > DBWArm Methods > .NET Framework Class Library |
Returns the state of the current user.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function IsSuperAdmin As String |
C# |
|---|
public string IsSuperAdmin() |
Visual C++ |
|---|
public: String^ IsSuperAdmin() |
JavaScript |
|---|
function isSuperAdmin(); |
Return Value
the string "True" if the current user is a DBWorks Super Admin with extended privileges, "False" otherwise
Remarks
See Also