ViewSchedule.Export
Method
Description:
Exports the schedule data to a text file.
Exports the schedule data to a text file.
Parameters
| Parameter | Type | Description |
|---|---|---|
| folder | String | Path to the location where the file will be saved. |
| name | String | Name of file. |
| options | ViewScheduleExportOptions | Options that relate to schedule export. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | NullOrEmpty -or- Contains invalid characters. |
| ArgumentNullException | A non-optional argument was null |
| FileAccessException | The path indicated could not be accessed. |
| InvalidPathArgumentException | The folder does not exist. |