FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTag..::..removeTagsForItem Method

Removes the tags for item.

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

Syntax


public bool removeTagsForItem(
	string itemID
)
Public Function removeTagsForItem ( _
	itemID As String _
) As Boolean
public:
bool^ removeTagsForItem(
	String^ itemID
)

Parameters

itemID
Type: String
The item identifier.

Return Value

true if XXXX, false otherwise.