SyncSettingsExtensions.

SetSearchFilter(SyncSettings, string) Method

Summary

Specifies the filter to use when searching for files.
Assembly
Cake.AWS.S3.dll
Namespace
Cake.AWS.S3
Containing Type
SyncSettingsExtensions

Syntax

public static SyncSettings SetSearchFilter(this SyncSettings settings, string filter)

Parameters

Name Type Description
settings SyncSettings The sync settings.
filter string The filter.

Return Value

Type Description
SyncSettings The same SyncSettings instance so that multiple calls can be chained.