Saves data to a Project XML stream.

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

C#
public void SaveProjectXml(
	Stream stream
)
Visual Basic (Declaration)
Public Sub SaveProjectXml ( _
	stream As Stream _
)

Parameters

stream
Type: System.IO..::.Stream
The stream to save data to.

See Also