FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deBusinessIntelligence..::..getMostLeastCommonPath Method

Get the most and least used path for instances

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

Syntax


public SortedDictionary<string, clsStatItem> getMostLeastCommonPath(
	string sDefinitionID
)
Public Function getMostLeastCommonPath ( _
	sDefinitionID As String _
) As SortedDictionary(Of String, clsStatItem)
public:
SortedDictionary<String^, clsStatItem^>^ getMostLeastCommonPath(
	String^ sDefinitionID
)

Parameters

sDefinitionID
Type: String
The s definition identifier.

Return Value

SortedDictionary<System.String, clsStatItem>.