ModifiedCheck Class

Summary

Represents how to check if a file has been modified
Assembly
Cake.AWS.S3.dll
Namespace
Cake.AWS.S3
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["ModifiedCheck"] class Type type-node

Syntax

public sealed class ModifiedCheck : Enum

Fields

Name Constant Value Summary
Date 2
By comparing the modified date
static
Hash 1
By comparing the MD5 hash
static
value__

Extension Methods

Name Value Summary
Dump<ModifiedCheck>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<ModifiedCheck>(ModifiedCheck[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<ModifiedCheck>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<ModifiedCheck>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<ModifiedCheck>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<ModifiedCheck>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin