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

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1EventsCalendar Namespace > C1EventsCalendarStorage Class > Import Method : Import(String,FileFormatEnum) Method
A System.String value containing the full path (including the file name and extension) to a file which contains the data to be imported into the events calendar.
The FileFormatEnum value.
Imports data into the events calendar from a file of the specified format.
Syntax
'Declaration
 
Public Overloads Sub Import( _
   ByVal path As System.String, _
   ByVal format As FileFormatEnum _
) 
public void Import( 
   System.string path,
   FileFormatEnum format
)

Parameters

path
A System.String value containing the full path (including the file name and extension) to a file which contains the data to be imported into the events calendar.
format
The FileFormatEnum value.
See Also

Reference

C1EventsCalendarStorage Class
C1EventsCalendarStorage Members
Overload List