FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsUIModel..::..buildImageTable Method

build a list of images for the steps

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

Syntax


public Dictionary<string, string> buildImageTable(
	string imageFilesPath
)
Public Function buildImageTable ( _
	imageFilesPath As String _
) As Dictionary(Of String, String)
public:
Dictionary<String^, String^>^ buildImageTable(
	String^ imageFilesPath
)

Parameters

imageFilesPath
Type: String
file path for the images

Return Value

ConcurrentDictionary{System.StringSystem.String}.

Exceptions


ExceptionCondition
[Exception]UIModel oConfig is null, wrong contructor used