ASP.NET MVC

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

    Show / Hide Table of Contents

    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>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved