Click or drag to resize

ContentMoverDownloadSource Method

Downloads a file corresponding to a content change.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual Task DownloadSource(
	SyncJobChange jobChange
)

Parameters

jobChange
Type: ShellBoost.Core.SynchronizationSyncJobChange
The change.

Return Value

Type: Task
A task that represents the work queued.
See Also