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.6.492
Syntax
public XHRServiceResponseGeneric<string[]> GetTaskPages(
	string data
)

Parameters

data  String
Id of Publishing Task

Return Value

XHRServiceResponseGenericString

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

See Also