Import(String,FileFormatEnum) Method
In This Topic
Imports data into the events calendar from a file of the specified format.
Syntax
'Declaration
Public Overloads Sub Import( _
ByVal As System.String, _
ByVal As FileFormatEnum _
)
public void Import(
System.string ,
FileFormatEnum
)
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