ServicePRO SDK Help

ProjectTemplateHelper..::..GetMappedHierarchy Method

Namespace:  HelpSTAR.Hybrid.Common
Assembly:  ServicePRO.Sdk.Windows (in ServicePRO.Sdk.Windows.dll)

Syntax


public static string GetMappedHierarchy(
	string hierarchy,
	Dictionary<int, int> idMap
)
Public Shared Function GetMappedHierarchy ( _
	hierarchy As String, _
	idMap As Dictionary(Of Integer, Integer) _
) As String

Parameters

hierarchy
Type: String
idMap
Type: Dictionary<(Of <(<'Int32, Int32>)>)>