Click or drag to resize
ISynchronizationTask Interface
Represents generic synchronization task.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax
C#
public interface ISynchronizationTask

The ISynchronizationTask type exposes the following members.

Properties
  NameDescription
Public propertyTaskData
Data of the task. (Usually XML)
Public propertyTaskID
Task identifier.
Public propertyTaskTitle
Caption of the task.
Top
See Also