[]
        
(Showing Draft Content)

C1.GanttView.CustomCalendarCollection.SaveXml

SaveXml Method

SaveXml(string)

Saves the contents of CustomCalendarCollection into an XML file.

Declaration
public void SaveXml(string fileName)
Parameters
Type Name Description
string fileName

SaveXml(string, Encoding)

Saves the contents of CustomCalendarCollection into an XML file.

Declaration
public void SaveXml(string fileName, Encoding encoding)
Parameters
Type Name Description
string fileName
Encoding encoding

SaveXml(Stream)

Saves the contents of CustomCalendarCollection into a Stream.

Declaration
public void SaveXml(Stream stream)
Parameters
Type Name Description
Stream stream

SaveXml(Stream, Encoding)

Saves the contents of CustomCalendarCollection into a Stream.

Declaration
public void SaveXml(Stream stream, Encoding encoding)
Parameters
Type Name Description
Stream stream
Encoding encoding