Repositions a Publishing Task to be executed earlier or later
Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Parameters
- data
- Type: MoveTaskRequest
Information regarding how to move the Publishing Tasks
Return Value
Type: XHRServiceResponseGenericMoveTaskRequestWhen successful, returns the original request data
Examples
JavaScript
{
"code": 0,
"error": null,
"message": {
"SourceID": "PublishingTasks/4",
"TargetID": "PublishingTasks/2",
"After": false
}
}Examples
JavaScript
{
SourceID: "PublishingTasks/4",
TargetID: "PublishingTasks/2",
After: false
}See Also