Retrieves the listing of pending Publishing Tasks
Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Return Value
Type: XHRServiceResponseGenericPendingPublishesModelCollection of pending Publishing Tasks
Examples
JavaScript
{
"code": 0,
"error": null,
"message": {
"Pending": [{
"ID": "PublishingTasks/233",
"Name": "Staging Monitor",
"PubTargetName": "Staging",
"RootPageID": "x5",
"IsFullPublish": false,
"SubmitTime": "20140128T19:37:43",
"SubmitUserID": "ingeniux\\awang",
"Pages": ["x89", "x11", "x12", "x15", "x9"],
"PagesCount": 5
}]
}
}See Also