Scheduler for WPF | ComponentOne
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 String, _
       ByVal fileFormat As FileFormatEnum _
    ) 
    public void SaveAs( 
       string path,
       FileFormatEnum fileFormat
    )

    Parameters

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