Click or drag to resize

ContentMoverGetJobState Method

Gets a job state with regards to its content changes.

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

Parameters

job
Type: 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