Method AddRestorePoint
AddRestorePoint(String)
Adds new restore point with given name.
Declaration
public RestorePoint AddRestorePoint(string name = null)
Parameters
Type | Name | Description |
---|---|---|
String | name | The name of the restore point, or |
Returns
Type | Description |
---|---|
RestorePoint | The newly created RestorePoint. |