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.Kudu.
Summary
Sync two folders content.
- Assembly
- Cake
.Kudu .dll - Namespace
- Cake
.Kudu .KuduSync - Containing Type
- KuduSyncRunner
Syntax
public void Sync(DirectoryPath source, DirectoryPath target, KuduSyncSettings settings)
Parameters
Name | Type | Description |
---|---|---|
source | DirectoryPath | The source directory path. |
target | DirectoryPath | The target directory path. |
settings | KuduSyncSettings | The settings. |
Return Value
Type | Description |
---|---|
void |