GroupLab Widget Tap Library

Path.Grammar.SplitHierarchyIntoParts Method 

Splits a hierarchy into a collection of parts using the current grammar's part delimiter character.

public virtual string[] SplitHierarchyIntoParts(
   string hierarchy
);

Parameters

hierarchy
A hierarchy, i.e., a substring of a path.

Return Value

A list of path parts, i.e., substrings of the hierarchy.

See Also

Path.Grammar Class | GroupLab.WidgetTap Namespace