FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTag..::..removeTag Method

Removes the tag.

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

Syntax


public bool removeTag(
	string tagID
)
Public Function removeTag ( _
	tagID As String _
) As Boolean
public:
bool^ removeTag(
	String^ tagID
)

Parameters

tagID
Type: String
The tag identifier.

Return Value

true if XXXX, false otherwise.