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

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax
C#
protected virtual IntegrationTaskInfo LogExternalIntegrationInternal(
	GeneralizedInfo infoObj,
	TaskTypeEnum taskType,
	TaskDataTypeEnum dataType,
	IntegrationProcessTypeEnum result,
	string connectorName,
	TranslationHelper th,
	string siteName
)

Parameters

infoObj
Type: CMS.DataEngine.GeneralizedInfo
Object to log
taskType
Type: CMS.DataEngine.TaskTypeEnum
Task type
dataType
Type: CMS.Synchronization.TaskDataTypeEnum
Type of data
result
Type: CMS.Synchronization.IntegrationProcessTypeEnum
What to do when processing fails
connectorName
Type: System.String
Integration connector names for which to log the synchronization (nothing is logged when no connector is specified)
th
Type: CMS.DataEngine.TranslationHelper
Translation helper
siteName
Type: System.String
Site name of the target site (for site objects)

Return Value

Type: IntegrationTaskInfo
Returns new integration task
See Also