Click or drag to resize

IPublishingManagerRemoveTask Method


Removes a pending Publishing Task.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
bool RemoveTask(
	IPublishingTask task
)

Parameters

task  IPublishingTask
The Publishing Task to remove

Return Value

Boolean
True if task is removed, false otherwise.
Remarks

If task parameter value is null, returns false.

It is possible to remove a Publishing Task that is being executed, but it will not stop execution.

See Also