Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / (Global) Namespace / ap Class / WriteXml Method / WriteXml(String,XmlWriteMode,Boolean) Method

In This Topic
    WriteXml(String,XmlWriteMode,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub WriteXml( _
       ByVal fileName As System.String, _
       ByVal mode As System.Data.XmlWriteMode, _
       ByVal writeHierarchy As System.Boolean _
    ) 
    public void WriteXml( 
       System.string fileName,
       System.Data.XmlWriteMode mode,
       System.bool writeHierarchy
    )

    Parameters

    fileName
    mode
    writeHierarchy
    See Also