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

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1EventsCalendar Namespace > C1EventsCalendarStorage Class > Export Method : Export(String,FileFormatEnum) Method
A System.String containing the full path (including the file name and extension) to export the events calendar's data to.
The FileFormatEnum value.
Exports the events calendar's data to a file in the specified format.
Syntax
'Declaration
 
Public Overloads Sub Export( _
   ByVal path As System.String, _
   ByVal format As FileFormatEnum _
) 
public void Export( 
   System.string path,
   FileFormatEnum format
)

Parameters

path
A System.String containing the full path (including the file name and extension) to export the events calendar's data to.
format
The FileFormatEnum value.
See Also

Reference

C1EventsCalendarStorage Class
C1EventsCalendarStorage Members
Overload List