Click or drag to resize
DocumentSynchronizationHelperLogIntegration Method
Logs integration task.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static List<IntegrationTaskInfo> LogIntegration(
	TreeNode node,
	TaskTypeEnum taskType,
	TreeProvider tree,
	TaskParameters taskParams,
	int siteId
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document to log
taskType
Type: CMS.DataEngineTaskTypeEnum
Type of task to log
tree
Type: CMS.DocumentEngineTreeProvider
Tree provider
taskParams
Type: CMS.SynchronizationTaskParameters
Extra task parameters to use
siteId
Type: SystemInt32
Site identifier

Return Value

Type: ListIntegrationTaskInfo
See Also