Click or drag to resize

ISyncFileSystemDestinationGetDestinationUploadFileName Method

Gets a file name for the uploaded file corresponding to a job change.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
string GetDestinationUploadFileName(
	SyncContext context,
	SyncJobChange jobChange,
	string tentativeFileName
)

Parameters

context
Type: callback.ShellBoost.Core.SynchronizationSyncContext
A sync context.
jobChange
Type: callback.ShellBoost.Core.SynchronizationSyncJobChange
The job change.
tentativeFileName
Type: SystemString
The proposed file name.

Return Value

Type: String
A new file name or null to keep the tentative file name.
See Also