DocumentSynchronizationHelper LogInternalIntegration Method Kentico 8.1 API Reference
Logs the integration task for the given object.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

node
Type: CMS.DocumentEngine TreeNode
Document to log
tree
Type: CMS.DocumentEngine TreeProvider
Tree provider
taskType
Type: CMS.DataEngine TaskTypeEnum
Task type
taskParams
Type: CMS.Synchronization TaskParameters
Extra task parameters to use
taskProcessType
Type: CMS.Synchronization TaskProcessTypeEnum
Processing type
connectorNames
Type: OnlineSystem.Collections.Generic List OnlineString 
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