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.3.169
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