PublishingMonitorServicesGetTaskPages Method Ingeniux CMS Web Services API

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: 9.0.565.0 (9.0.565)
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

Reference