Click or drag to resize

ContentMoverGetSourceDownloadLocalPath Method

Gets a local file path for the downloaded file corresponding to a change. The file may not exist yet.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual string GetSourceDownloadLocalPath(
	SyncContext context,
	StateSyncChange change
)

Parameters

context
Type: ShellBoost.Core.SynchronizationSyncContext
A sync context.
change
Type: ShellBoost.Core.SynchronizationStateSyncChange
The change.

Return Value

Type: String
A local file path.
See Also