.NET Framework Class Library
DBWArm.IsSuperAdmin2 Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > 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 IsSuperAdmin2 As Boolean |
C# |
|---|
public bool IsSuperAdmin2() |
Visual C++ |
|---|
public: bool IsSuperAdmin2() |
JavaScript |
|---|
function isSuperAdmin2(); |
Return Value
TRUE if the current user is a DBWorks Super Admin with extended privileges, FALSE otherwise
Remarks
Available starting from R15 release.
See Also