FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTag..::..getTagValues Method

Gets the tag values.

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

Syntax


public List<string> getTagValues(
	string itemType
)
Public Function getTagValues ( _
	itemType As String _
) As List(Of String)
public:
List<String^>^ getTagValues(
	String^ itemType
)

Parameters

itemType
Type: String
Type of the item.

Return Value

List<System.String>.