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

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1EventsCalendar Namespace > C1EventsCalendarStorage Class > Import Method : Import(Stream,FileFormatEnum) Method
A System.IO.Stream object which specifies the stream that contains the data to import to the events calendar.
The FileFormatEnum value.
Imports the events calendar's data from a stream whose data is in the specified format.
Syntax
'Declaration
 
Public Overloads Sub Import( _
   ByVal stream As System.IO.Stream, _
   ByVal format As FileFormatEnum _
) 
public void Import( 
   System.IO.Stream stream,
   FileFormatEnum format
)

Parameters

stream
A System.IO.Stream object which specifies the stream that contains the data to import to the events calendar.
format
The FileFormatEnum value.
See Also

Reference

C1EventsCalendarStorage Class
C1EventsCalendarStorage Members
Overload List