| FileSetLastWriteTimeUtc Method | 
            Sets the date and time, in coordinated universal time (UTC), that the specified file was last written to.
            
 
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 10.0.0
 Syntax
Syntaxpublic override void SetLastWriteTimeUtc(
	string path,
	DateTime lastWriteTimeUtc
)
Parameters
- path
- Type: SystemString
 Path.
- lastWriteTimeUtc
- Type: SystemDateTime
 Specified time.
 See Also
See Also