Click or drag to resize
IntegrationTaskInfoProviderSetIntegrationTaskInfoInternal Method
Sets (updates or inserts) specified integration task.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetIntegrationTaskInfoInternal(
	IntegrationTaskInfo taskObj
)

Parameters

taskObj
Type: CMS.SynchronizationIntegrationTaskInfo
Integration task to be set
See Also