FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..changeQueueName Method

Changes the name of the queue.

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

Syntax


public bool changeQueueName(
	string queueID,
	string queueNewName
)
Public Function changeQueueName ( _
	queueID As String, _
	queueNewName As String _
) As Boolean
public:
bool^ changeQueueName(
	String^ queueID, 
	String^ queueNewName
)

Parameters

queueID
Type: String
The queue identifier.
queueNewName
Type: String
New name of the queue.

Return Value

true if XXXX, false otherwise.