[]
        
(Showing Draft Content)

C1.Win.Schedule.C1Schedule.Export

Export Method

Export(object, string)

Shows the SaveFileDialog and exports specified data to the selected file.

Declaration
public void Export(object parameter, string dialogTitle)
Public Sub Export(parameter As Object, dialogTitle As String)
Parameters
Type Name Description
object parameter

an object to export. This parameter can be one of the next:

  • null for export all C1Schedule data;
  • C1.Schedule.Appointment;
  • IList<T>.
string dialogTitle

the string value used as a SaveFileDialog title.