Click or drag to resize
FileSetLastWriteTime Method
Sets the date and time that the specified file was last written to.

Namespace: CMS.AzureStorage
Assembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 11.0.0
Syntax
C#
public override void SetLastWriteTime(
	string path,
	DateTime lastWriteTime
)

Parameters

path
Type: SystemString
Path to file.
lastWriteTime
Type: SystemDateTime
Last write time.
Exceptions
ExceptionCondition
ArgumentNullExceptionpath is null
ArgumentExceptionpath is empty or contains invalid characters
PathTooLongExceptionpath is too long
FileNotFoundExceptionpath does not exist
See Also