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

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax
C#
protected void SetTaskInfoInternal(
	StagingTaskInfo task
)

Parameters

task
Type: CMS.SynchronizationStagingTaskInfo
Task to set
See Also