Gets a string value representing the work breakdown structure index of a specified task item within the collection.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public string GetWbsIndexString(
	GanttChartItem item,
	string separator
)
Visual Basic (Declaration)
Public Function GetWbsIndexString ( _
	item As GanttChartItem, _
	separator As String _
) As String

Parameters

item
Type: DlhSoft.Windows.Controls..::.GanttChartItem
The item to get the WBS index for.
separator
Type: System..::.String
The separator between parent and children WBS index string parts.

Return Value

The WBS index of the specified task item.

See Also