Click or drag to resize

ISyncFileSystemSynchronizationEventsSinkOnSavingJob Method

Called before a job is written.

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

Parameters

job
Type: ShellBoost.Core.SynchronizationStateSyncJob
The job.

Return Value

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