DownloadSettingsExtensions.

SetModifiedDate(DownloadSettings, DateTime) Method

Summary

Specifies the date the file was last modified
Assembly
Cake.AWS.S3.dll
Namespace
Cake.AWS.S3
Containing Type
DownloadSettingsExtensions

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.