FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..createQueueItem Method

Creates the queue item.

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

Syntax


public bool createQueueItem(
	string queueID,
	string instanceID,
	string itemID,
	string itemType,
	string priority
)
Public Function createQueueItem ( _
	queueID As String, _
	instanceID As String, _
	itemID As String, _
	itemType As String, _
	priority As String _
) As Boolean
public:
bool^ createQueueItem(
	String^ queueID, 
	String^ instanceID, 
	String^ itemID, 
	String^ itemType, 
	String^ priority
)

Parameters

queueID
Type: String
The queue identifier.
instanceID
Type: String
The instance id.
itemID
Type: String
The item identifier.
itemType
Type: String
Type of the item.
priority
Type: String
The priority.

Return Value

true if XXXX, false otherwise.