IntegrationHelperProcessExternalTask Method |
Processes incoming task.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax 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