FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTag..::..getTagKeys Method

Gets the tag keys.

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

Syntax


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

Parameters

itemType
Type: String
Type of the item.

Return Value

List<System.String>.