FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTag..::..createUpdateTag Method

Creates the update tag.

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

Syntax


public bool createUpdateTag(
	string itemID,
	itemType itemType,
	string key,
	string value,
	ref string tagID
)
Public Function createUpdateTag ( _
	itemID As String, _
	itemType As itemType, _
	key As String, _
	value As String, _
	ByRef tagID As String _
) As Boolean
public:
bool^ createUpdateTag(
	String^ itemID, 
	itemType^ itemType, 
	String^ key, 
	String^ value, 
	String^% tagID
)

Parameters

itemID
Type: String
The item identifier.
itemType
Type: FlowWright.cDevDeAPI..::..itemType
Type of the item.
key
Type: String
The key.
value
Type: String
The value.
tagID
Type: String%
The tag identifier.

Return Value

true if XXXX, false otherwise.