FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTag..::..getTagList Method

Gets the tag list.

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

Syntax


public List<clsTag> getTagList(
	string itemID
)
Public Function getTagList ( _
	itemID As String _
) As List(Of clsTag)
public:
List<clsTag^>^ getTagList(
	String^ itemID
)

Parameters

itemID
Type: String
The item identifier.

Return Value

List<clsTag>.