Constructs a string using the template and separator for each element from the
main root to the specified element in the organizational chain. Element tokens are
processed in the specified
template for each element which can be used to
construct breadcrumb links to enable organizational drilldown navigation.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Series
Dim parentID As Integer
Dim elementTemplate As String
Dim separator As String
Dim value As String
value = instance.GetElementBreadcrumbs(parentID, elementTemplate, separator)
|
Parameters
- parentID
- ID of the end node of the organizational chain.
- elementTemplate
-
Template used for each element from the root to the element with with specified
ID.
- separator
- Separator inserted into the resulting string between each element.
See Also