Click or drag to resize

ISyncFileSystemSynchronizationEventsSink.OnSavingJob Method

Called before a job is written.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
bool OnSavingJob(
	StateSyncJob job
)

Parameters

job
Type: callback.ShellBoost.Core.Synchronization.StateSyncJob
The job.

Return Value

Type: Boolean
true to allow saving the job; otherwise false.
See Also