FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..userExist Method

Users the exist.

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

Syntax


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

Parameters

workflowUserID
Type: String
The workflow user identifier.

Return Value

true if XXXX, false otherwise.