Click or drag to resize
IntegrationTaskInfoProviderLogExternalIntegration Method
Logs the integration task for the given object.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public static IntegrationTaskInfo LogExternalIntegration(
	GeneralizedInfo infoObj,
	TaskTypeEnum taskType,
	TaskDataTypeEnum dataType,
	IntegrationProcessTypeEnum result,
	string connectorName,
	TranslationHelper th,
	string siteName
)

Parameters

infoObj
Type: CMS.DataEngineGeneralizedInfo
Object to log
taskType
Type: CMS.DataEngineTaskTypeEnum
Task type
dataType
Type: CMS.SynchronizationTaskDataTypeEnum
Type of data
result
Type: CMS.SynchronizationIntegrationProcessTypeEnum
What to do when processing fails
connectorName
Type: SystemString
Integration connector names for which to log the synchronization (nothing is logged when no connector is specified)
th
Type: CMS.DataEngineTranslationHelper
Translation helper
siteName
Type: SystemString
Site name of the target site (for site objects)

Return Value

Type: IntegrationTaskInfo
Returns new integration task
See Also