Class ScheduleExport
A class to export Schedule appointments in .ics format.
Inheritance
System.Object
ScheduleExport
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 ScheduleExport
Constructors
ScheduleExport(Dictionary<String, Object>, IEnumerable)
This method exports the appointments from the Schedule control.
Declaration
public ScheduleExport(Dictionary<string, object> schedule, IEnumerable dataSource)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> | schedule | It accepts the value as Schedule object |
System.Collections.IEnumerable | dataSource | It accepts the value as Schedule data source |