Saves the appointment to the specified path in the format
of the specified file format.
Namespace:
C1.C1ScheduleAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
public void SaveAs( string path, FileFormatEnum fileFormat ) |
Visual Basic |
---|
Public Sub SaveAs ( _ path As String, _ fileFormat As FileFormatEnum _ ) |
Parameters
- path
- Type: System..::..String
Required string. The path in which to save the item.
- fileFormat
- Type: C1.C1Schedule..::..FileFormatEnum
The FileFormatEnum value indicating the file format to save.