SyncSettingsExtensions Class

Summary

Contains extension methods for SyncSettings.
Assembly
Cake.AWS.S3.dll
Namespace
Cake.AWS.S3
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["SyncSettingsExtensions"] class Type type-node

Syntax

public static class SyncSettingsExtensions

Methods

Name Value Summary
SetKeyPrefix(SyncSettings, string) SyncSettings
The prefix to use when generating S3 keys
static
SetLowerPaths(SyncSettings, bool) SyncSettings
Lower the file paths when generating S3 keys
static
SetModifiedCheck(SyncSettings, ModifiedCheck) SyncSettings
The prefix to use when generating S3 keys
static
SetSearchFilter(SyncSettings, string) SyncSettings
Specifies the filter to use when searching for files.
static
SetSearchScope(SyncSettings, SearchScope) SyncSettings
Specifies the scope to use when searching for files.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin