Click or drag to resize

IDirectContentAccessGetSourceDownloadLocalPath Method

Gets a local file path for the downloaded file corresponding to a change.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
string GetSourceDownloadLocalPath(
	SyncContext context,
	StateSyncChange change
)

Parameters

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

Return Value

Type: String
A local file path.
See Also