RestoreFolder Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Restores an original folder to a new folder. This class cannot be inherited.
[System.Runtime.InteropServices.Guid("F12A463D-AC10-4a56-8FB7-2F4498EA24F3")]
public sealed class RestoreFolder
[<System.Runtime.InteropServices.Guid("F12A463D-AC10-4a56-8FB7-2F4498EA24F3")>]
type RestoreFolder = class
Public NotInheritable Class RestoreFolder
- Inheritance
-
RestoreFolder
- Attributes
Constructors
RestoreFolder() |
Initializes a new instance of the RestoreFolder class using default values. |
RestoreFolder(String, String) |
Initializes a new instance of RestoreFolder using a name for the original folder and the new folder. |
Properties
New |
Gets or sets the location of the new folder to be created for use by a RestoreFolder element. |
Original |
Gets or sets the original folder associated with a RestoreFolder object. |