Click or drag to resize
BaseIntegrationConnectorProcessExternalTask Method (Object, IntegrationProcessTypeEnum, TaskTypeEnum, TaskDataTypeEnum, String)
Processes incoming task.

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

Parameters

obj
Type: SystemObject
Object or document to process (either already prepared ICMSObject or raw external object)
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