RestoreFolder Members

Include Protected Members
Include Inherited Members

Restores an original folder to a new folder. This class cannot be inherited.

The RestoreFolder type exposes the following members.

Constructors

  Name Description
Public method RestoreFolder() Initializes a new instance of the RestoreFolder class using default values.
Public method RestoreFolder(String, String) Initializes a new instance of RestoreFolder using a name for the original folder and the new folder.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property New Gets or sets the location of the new folder to be created for use by a RestoreFolder element.
Public property Original Gets or sets the original folder associated with a RestoreFolder object.

Top