.NET Framework Class Library
Workflow.WorkflowGetUserList Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Workflow Class > Workflow Methods > .NET Framework Class Library |
Returns in the array userList the list of the users allowed to take decisions on the assigned stateID.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub WorkflowGetUserList ( _ stateID As String, _ |
C# |
|---|
public void WorkflowGetUserList( string stateID, |
Visual C++ |
|---|
public: void WorkflowGetUserList( |
JavaScript |
|---|
function workflowGetUserList(stateID, stateList); |
Parameters
stateID
Type: System.String
id of the workflow state
stateList
Type: System.Object
Output. The array array containing userID, fullName, phoneNumber, eMailAddress of the user
Remarks
See Also