.NET Framework Class Library
Workflow.WorkflowGetUserList Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > Workflow Class > Workflow Methods >

.NET Framework Class Library
Workflow.WorkflowGetUserList Method

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, _
 ByRef stateList As Object _
)

C#

public void WorkflowGetUserList(

 string stateID,
 ref Object stateList
)

Visual C++

public:

void WorkflowGetUserList(
 StringstateID,
 Object^% stateList
)

JavaScript

function workflowGetUserList(stateIDstateList);

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

Workflow Class

Workflow Members

MwPDMApi Namespace