GroupLab Widget Tap Library

Path.Grammar.FormatPathFromHierarchies Method 

Concatenates two or three hierarchies into a path, interleaving them with the current grammar's hierarchy delimiter character.

public virtual string FormatPathFromHierarchies(
   string[] hierarchies
);

Parameters

hierarchies
A list of hierarchies.

Return Value

A path formed out of the given hierarchies.

See Also

Path.Grammar Class | GroupLab.WidgetTap Namespace