Click or drag to resize

PublishingMonitorServicesGetTaskPages Method


Retrieves the list of Pages to be published in the given on-going or pending Publishing Task

Namespace:  IngeniuxCMService
Assembly:  IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.3.169
Syntax
public XHRServiceResponseGeneric<string[]> GetTaskPages(
	string data
)

Parameters

data
Type: SystemString
Id of Publishing Task

Return Value

Type: XHRServiceResponseGenericString

Array of Ids of Pages that will be published by the Publishing Task

See Also