EventsCalendar for ASP.NET Web Forms
Import(Stream) Method

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1EventsCalendar Namespace > C1EventsCalendarXmlExchanger Class > Import Method : Import(Stream) Method
A System.IO.Stream object which specifies the stream that contains the data to import to the scheduler.
Imports the scheduler's data from a stream.
Syntax
'Declaration
 
Public Overloads Sub Import( _
   ByVal stream As System.IO.Stream _
) 
public void Import( 
   System.IO.Stream stream
)

Parameters

stream
A System.IO.Stream object which specifies the stream that contains the data to import to the scheduler.
See Also

Reference

C1EventsCalendarXmlExchanger Class
C1EventsCalendarXmlExchanger Members
Overload List