FileDaterRestore Method

Restores the specified saved dates on the file.

Note: Calling this method does not cause the removal of any saved date.

Definition

Namespace: DevCase.Core.IO.FileSystem
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual void Restore(
	DateAttribute dateAttributes
)

Parameters

dateAttributes  DateAttribute
The type of date(s) to restore on the file.

Exceptions

ArgumentException The specified date was not saved.;dateAttributes

See Also