Click or drag to resize
IntegrationHelperProcessExternalTask Method
Processes incoming task.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax
C#
public static void ProcessExternalTask(
	string connectorName,
	Object obj,
	IntegrationProcessTypeEnum result,
	TaskTypeEnum taskType,
	TaskDataTypeEnum dataType,
	string siteName
)

Parameters

connectorName
Type: SystemString
Name of connector
obj
Type: SystemObject
Object or document to process
result
Type: CMS.SynchronizationIntegrationProcessTypeEnum
What to do if the processing fails
taskType
Type: CMS.DataEngineTaskTypeEnum
Type of task
dataType
Type: CMS.SynchronizationTaskDataTypeEnum
Type of input data
siteName
Type: SystemString
Name of the target site
See Also