ASP.NET MVC

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

    Show / Hide Table of Contents

    Class InternetCalendaring.ICSBuilder

    Class for ics builder.

    Inheritance
    System.Object
    InternetCalendaring.ICSBuilder
    Inherited Members
    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 ICSBuilder

    Constructors

    ICSBuilder(InternetCalendaring.EventCollection)

    Initializes a new instance of the InternetCalendaring.ICSBuilder class to indicate the event collection.

    Declaration
    public ICSBuilder(InternetCalendaring.EventCollection vecVEventCollection)
    Parameters
    Type Name Description
    InternetCalendaring.EventCollection vecVEventCollection

    The vec vevent collection

    Properties

    Method

    gets or sets the Method

    Declaration
    public string Method { get; set; }
    Property Value
    Type Description
    System.String

    The method

    ProdID

    get or sets the Prodid

    Declaration
    public string ProdID { get; set; }
    Property Value
    Type Description
    System.String

    The prodid

    Version

    gets or sets the Version

    Declaration
    public string Version { get; set; }
    Property Value
    Type Description
    System.String

    The version

    Methods

    ICSBuildProcess()

    ICS file build process

    Declaration
    public string ICSBuildProcess()
    Returns
    Type Description
    System.String

    ToString()

    Returns a System.String that represents this instance.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A System.String that represents this instance.

    Overrides
    System.Object.ToString()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved