This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AWS.S3.
Summary
Specifies the scope to use when searching for files.
- Assembly
- Cake
.AWS .S3 .dll - Namespace
- Cake
.AWS .S3 - Containing Type
- Sync
Settings Extensions
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. |