Click or drag to resize

PublishingMonitorServicesRemoveTask Method


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

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntax
public XHRServiceResponseGeneric<RemoveTaskResponse> RemoveTask(
	string data
)

Parameters

data  String
Id of Publishing Task

Return Value

XHRServiceResponseGenericRemoveTaskResponse

Id of the Publishing Task that was removed

See Also