Click or drag to resize
IStagingTaskData Interface
Interface for objects that are used for sending staging task to target server.

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

The IStagingTaskData type exposes the following members.

Properties
  NameDescription
Public propertySystemVersion
Current version of Kentico. Version should be the same on source and target.
Public propertyTaskBinaryData
Binary data of object which will be recreated on target server.
Public propertyTaskData
Data of object, which will be recreated on target server.
Public propertyTaskGroups
Task groups under which object encapsulated within staging task got modified.
Public propertyTaskObjectType
Object type of object for which the given staging task was created.
Public propertyTaskServers
List of tasks servers separated by ';', eg. ';server1;server2;server3;'. On which servers was staging task processed already.
Public propertyTaskType
Type of task, for example update, delete, add to site etc...
Public propertyUserGuid
Guid of user who has synchronized the task.
Public propertyUserName
Name of user who has synchronized the task.
Top
Methods
  NameDescription
Public methodSerialize
Serializes current IStagingTaskData.
Top
See Also