PublishingMonitorServicesRemoveTask Method Ingeniux CMS Web Services API

Removes a pending Publishing Task. Please note that on-going Publishing Task cannot be removed.

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public XHRServiceResponseGeneric<RemoveTaskResponse> RemoveTask(
	string data
)

Parameters

data
Type: SystemString
Id of Publishing Task

Return Value

Type: XHRServiceResponseGenericRemoveTaskResponse

Id of the Publishing Task that was removed

See Also

Reference