Gets the WBS index string of the specified task item.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

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

Parameters

item
Type: DlhSoft.Windows.Data..::..TaskItem
separator
Type: System..::..String

See Also