Click or drag to resize

LocalFileSystemGetSourceDownloadFileName Method

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

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual string GetSourceDownloadFileName(
	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 file name.
Exceptions
ExceptionCondition
ArgumentNullException context is null or change is null.
See Also