Click or drag to resize
IntegrationTaskInfoProviderGetIntegrationTaskInfo Method
Returns integration task with specified ID.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public static IntegrationTaskInfo GetIntegrationTaskInfo(
	int taskId
)

Parameters

taskId
Type: SystemInt32
Integration task ID

Return Value

Type: IntegrationTaskInfo
See Also