FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsConfigurationSettings..::..getCustomTaskColumnNames Method

Gets the custom task column names.

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

Syntax


public static Dictionary<string, string> getCustomTaskColumnNames(
	string connectionString,
	bool includeInputName
)
Public Shared Function getCustomTaskColumnNames ( _
	connectionString As String, _
	includeInputName As Boolean _
) As Dictionary(Of String, String)
public:
static Dictionary<String^, String^>^ getCustomTaskColumnNames(
	String^ connectionString, 
	bool^ includeInputName
)

Parameters

connectionString
Type: String
The connection string.
includeInputName
Type: Boolean

Return Value

Dictionary<System.String, System.String>.