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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static IntegrationTaskInfo LogExternalIntegration(
	TreeNode node,
	TreeProvider tree,
	TaskTypeEnum taskType,
	TaskDataTypeEnum dataType,
	IntegrationProcessTypeEnum result,
	string connectorName,
	TranslationHelper th,
	string siteName
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document to log
tree
Type: CMS.DocumentEngineTreeProvider
Tree provider
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