menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Folders

    Show / Hide Table of Contents

    Class Folders

    Class Folders, specifies the folder details for performing copy operation.

    Inheritance
    System.Object
    Folders
    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.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class Folders

    Constructors

    Folders(String, String)

    Initializes a new instance of the Folders class.

    Declaration
    public Folders(string source, string target)
    Parameters
    Type Name Description
    System.String source

    The source directory path.

    System.String target

    The target directory path.

    Properties

    Source

    Gets the source directory path.

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

    The source directory path.

    Target

    Gets the target directory path.

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

    The target directory path.

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