'Declaration Public Sub Export( _ ByVal parameter As System.Object, _ ByVal dialogTitle As System.String _ )
public void Export( System.object parameter, System.string dialogTitle )
Parameters
- parameter
- an System.Object to export. This parameter can be one of the next:
- for export all C1Schedule data;
- C1.Schedule.Appointment;
- System.Collections.Generic.IList`1.
- dialogTitle
- the System.String value used as a SaveFileDialog title.