Click or drag to resize
IntegrationTaskInfoProviderSetIntegrationTaskInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified integration task.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IIntegrationTaskInfoProvider.Set(IntegrationTaskInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - IntegrationTaskInfo.Provider.")]
public static void SetIntegrationTaskInfo(
	IntegrationTaskInfo taskObj
)

Parameters

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