Class ScheduleImport
Provides class for schedule import.
Inheritance
System.Object
ScheduleImport
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ.Export
Assembly: Syncfusion.EJ.Export.dll
Syntax
public class ScheduleImport
Constructors
ScheduleImport()
Initializes a new instance of the ScheduleImport class.
Declaration
public ScheduleImport()
Methods
renderingImportAppointments(String)
Rendering the imported appointments.
Declaration
public List<ScheduleImport.ScheduleAppointment> renderingImportAppointments(string destinationPath)
Parameters
Type | Name | Description |
---|---|---|
System.String | destinationPath | It accepts the destination path. |
Returns
Type | Description |
---|---|
System.Collections.Generic.List<ScheduleImport.ScheduleAppointment> |