C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / Appointment Class / SaveAs Method
Required string. The path in which to save the item.
The FileFormatEnum value indicating the file format to save.

In This Topic
SaveAs Method (Appointment)
In This Topic
Saves the appointment to the specified path in the format of the specified file format.
Syntax
'Declaration
 
Public Sub SaveAs( _
   ByVal path As System.String, _
   ByVal fileFormat As FileFormatEnum _
) 
 

Parameters

path
Required string. The path in which to save the item.
fileFormat
The FileFormatEnum value indicating the file format to save.
See Also