Saves data to a Project XML stream.

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

Syntax

C#
public void SaveProjectXml(
	Stream stream,
	IList<string> assignableResources
)
Visual Basic (Declaration)
Public Sub SaveProjectXml ( _
	stream As Stream, _
	assignableResources As IList(Of String) _
)

Parameters

stream
Type: System.IO..::.Stream
The stream to save data to.
assignableResources
Type: System.Collections.Generic..::.IList<(Of <(String>)>)
The list of strings that holds assignable resources.

See Also