Click or drag to resize
SyncManagerProcessTask Method (IStagingTaskData, Boolean, StagingSynchronizationHandler)
Processes the given task.

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax
C#
public ICMSObject ProcessTask(
	IStagingTaskData stagingTaskData,
	bool processChildren,
	StagingSynchronizationHandler handler
)

Parameters

stagingTaskData
Type: CMS.SynchronizationIStagingTaskData
StagingTaskData that encapsulates staging task
processChildren
Type: SystemBoolean
Indicates if also child objects should be processed
handler
Type: CMS.SynchronizationStagingSynchronizationHandler
Synchronization handler

Return Value

Type: ICMSObject
See Also