ViewSchedule.Export
Description:
Exports the schedule data to a text file.
Exports the schedule data to a text file.
public void Export(
string folder,
string name,
ViewScheduleExportOptions options
)
-
StringfolderPath to the location where the file will be saved.
-
StringnameName of file.
-
optionsOptions that relate to schedule export.
-
NullOrEmpty -or- Contains invalid characters.
-
A non-optional argument was null
-
The path indicated could not be accessed.
-
The folder does not exist.