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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
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.DocumentEngine.TreeNode
Document to log
tree
Type: CMS.DocumentEngine.TreeProvider
Tree provider
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