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. |