This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AWS.S3.
Summary
Specifies the date the file was last modified
- Assembly
- Cake
.AWS .S3 .dll - Namespace
- Cake
.AWS .S3 - Containing Type
- Download
Settings Extensions
Syntax
public static DownloadSettings SetModifiedDate(this DownloadSettings settings, DateTime modifiedDate)
Parameters
Name | Type | Description |
---|---|---|
settings | DownloadSettings | The Download settings. |
modifiedDate | DateTime | The modified date. |
Return Value
Type | Description |
---|---|
DownloadSettings | The same DownloadSettings instance so that multiple calls can be chained. |