[]
Saves the appointment to the specified path in the format of the specified file format.
public void SaveAs(string path, FileFormatEnum fileFormat)
| Type | Name | Description |
|---|---|---|
| string | path | Required string. The path in which to save the item. |
| FileFormatEnum | fileFormat | The FileFormatEnum value indicating the file format to save. |