SyncSettingsExtensions.

SetSearchScope(SyncSettings, SearchScope) Method

Summary

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

Syntax

public static SyncSettings SetSearchScope(this SyncSettings settings, SearchScope scope = 0)

Parameters

Name Type Description
settings SyncSettings The sync settings.
scope SearchScope The scope.

Return Value

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