.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Series Class > GetElementBreadcrumbs Method : GetElementBreadcrumbs(Int32,String,String) Method
ID of the end node of the organizational chain.
Template used for each element from the root to the element with with specified ID.
Separator inserted into the resulting string between each element.
GetElementBreadcrumbs(Int32,String,String) Method
Syntax
'Declaration
 
Public Overloads Function GetElementBreadcrumbs( _
   ByVal parentID As Integer, _
   ByVal elementTemplate As String, _
   ByVal separator As String _
) As String
'Usage
 
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)
public string GetElementBreadcrumbs( 
   int parentID,
   string elementTemplate,
   string 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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also