Click or drag to resize
IntegrationHelperLogIntegration Method
Logs integration task (only asynchronous process types).

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax
C#
public static List<IntegrationTaskInfo> LogIntegration(
	GeneralizedInfo infoObj,
	TaskTypeEnum taskType,
	int siteId,
	params TaskProcessTypeEnum[] processTypes
)

Parameters

infoObj
Type: CMS.DataEngineGeneralizedInfo
Info object to log
taskType
Type: CMS.DataEngineTaskTypeEnum
Type of task to log
siteId
Type: SystemInt32
Site identifier
processTypes
Type: CMS.SynchronizationTaskProcessTypeEnum
Task process types

Return Value

Type: ListIntegrationTaskInfo
See Also