Click or drag to resize
DocumentSynchronizationHelperLogInternalIntegration 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 LogInternalIntegration(
	TreeNode node,
	TreeProvider tree,
	TaskTypeEnum taskType,
	TaskParameters taskParams,
	TaskProcessTypeEnum taskProcessType,
	List<string> connectorNames
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document to log
tree
Type: CMS.DocumentEngineTreeProvider
Tree provider
taskType
Type: CMS.DataEngineTaskTypeEnum
Task type
taskParams
Type: CMS.SynchronizationTaskParameters
Extra task parameters to use
taskProcessType
Type: CMS.SynchronizationTaskProcessTypeEnum
Processing type
connectorNames
Type: System.Collections.GenericListString
Integration connector names for which to log the synchronization (nothing is logged when no connector is specified)

Return Value

Type: IntegrationTaskInfo
Returns new integration task
See Also