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

In This Topic
    WriteXml(Stream,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub WriteXml( _
       ByVal stream As System.IO.Stream, _
       ByVal writeHierarchy As System.Boolean _
    ) 
    public void WriteXml( 
       System.IO.Stream stream,
       System.bool writeHierarchy
    )

    Parameters

    stream
    writeHierarchy
    See Also