Click or drag to resize
ModuleCommandsSynchronizationProcessTask Method
Processes the given task.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static Object SynchronizationProcessTask(
	OperationTypeEnum operationType,
	TaskTypeEnum taskType,
	string taskObjectType,
	string taskData,
	string taskBinaryData,
	bool processChilds,
	string siteName
)

Parameters

operationType
Type: CMS.DataEngineOperationTypeEnum
Operation type
taskType
Type: CMS.DataEngineTaskTypeEnum
Type of the task
taskObjectType
Type: SystemString
Task object type
taskData
Type: SystemString
Document data for the synchronization task
taskBinaryData
Type: SystemString
Binary data for the synchronization task
processChilds
Type: SystemBoolean
Process child objects
siteName
Type: SystemString
Site name

Return Value

Type: Object
See Also