FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..addInvolvedUsers Method

Adds the involved users.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool addInvolvedUsers(
	List<string> oUserIds,
	itemType itemType
)
Public Function addInvolvedUsers ( _
	oUserIds As List(Of String), _
	itemType As itemType _
) As Boolean
public:
bool^ addInvolvedUsers(
	List<String^>^ oUserIds, 
	itemType^ itemType
)

Parameters

oUserIds
Type: List<(Of <(<'String>)>)>
The o user ids.
itemType
Type: FlowWright.cDevDeAPI..::..itemType
The item Type.

Return Value

true if XXXX, false otherwise.