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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static Object SynchronizationProcessTask(
	OperationTypeEnum operationType,
	TaskTypeEnum taskType,
	string taskObjectType,
	string taskData,
	string taskBinaryData,
	bool processChilds,
	string siteName,
	string userName = null,
	IEnumerable<string> taskGroups = null
)

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
userName (Optional)
Type: SystemString
User name
taskGroups (Optional)
Type: System.Collections.GenericIEnumerableString
Staging task groups to which task is associated

Return Value

Type: Object
See Also