Gets data as a Project XML string.

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

Syntax

C#
public string GetProjectXml(
	IList<string> assignableResources
)
Visual Basic (Declaration)
Public Function GetProjectXml ( _
	assignableResources As IList(Of String) _
) As String

Parameters

assignableResources
Type: System.Collections.Generic..::.IList<(Of <(String>)>)
The list of strings that holds assignable resources.

Return Value

The Project XML string.

See Also