| Visual Basic (Declaration) | |
|---|---|
Public Overloads Function GetElementBreadcrumbs( _ ByVal parentID As Integer, _ ByVal elementTemplate As String, _ ByVal separator As String _ ) As String  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
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.