ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScheduleExport - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved