.NET Framework Class Library
DBWArm.GetUserGroup Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > DBWArm Class > DBWArm Methods > .NET Framework Class Library |
Retrieve the DBWorks authorization group of the current user (i.e. the DBWARM group the current user belongs to).
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function GetUserGroup As String |
C# |
|---|
public string GetUserGroup() |
Visual C++ |
|---|
public: String^ GetUserGroup() |
JavaScript |
|---|
function getUserGroup(); |
Return Value
The function assumes the DBWorks authorization group of the current user
Remarks
See Also