Click or drag to resize
IntegrationHelper.ProcessExternalTask Method
Processes incoming task.

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

Parameters

connectorName
Type: System.String
Name of connector
obj
Type: System.Object
Object or document to process
result
Type: CMS.Synchronization.IntegrationProcessTypeEnum
What to do if the processing fails
taskType
Type: CMS.DataEngine.TaskTypeEnum
Type of task
dataType
Type: CMS.Synchronization.TaskDataTypeEnum
Type of input data
siteName
Type: System.String
Name of the target site
See Also