FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..removeUserUsingWorkflowUserID Method

Removes the user using workflow user identifier.

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

Syntax


public bool removeUserUsingWorkflowUserID(
	string workflowUserID
)
Public Function removeUserUsingWorkflowUserID ( _
	workflowUserID As String _
) As Boolean
public:
bool^ removeUserUsingWorkflowUserID(
	String^ workflowUserID
)

Parameters

workflowUserID
Type: String
The workflow user identifier.

Return Value

true if XXXX, false otherwise.