Click or drag to resize

ContentMoverGetJobState Method

Gets a job state with regards to its content changes.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual SyncJobMovingState GetJobState(
	SyncJob job
)

Parameters

job
Type: callback.ShellBoost.Core.SynchronizationSyncJob
The job instance.

Return Value

Type: SyncJobMovingState
The status of a job with regards to its content changes.
Exceptions
ExceptionCondition
ArgumentNullExceptionjob is null.
See Also