Saves the appointment to the specified path in the format
of the specified file format.
Namespace:
C1.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public void SaveAs( string path, FileFormatEnum fileFormat ) |
Visual Basic (Declaration) |
---|
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.