Click or drag to resize
StagingTaskData Properties

The StagingTaskData type exposes the following members.

Properties
  NameDescription
Public propertySystemVersion
From which Kentico version is this object sent. Version should be the same on source and target. If not set, current version is returned.
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
Work labels 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;'.
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
See Also