Click or drag to resize

IPublishingTaskExecute Method


Executes the publishing task.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
void Execute(
	CancellationToken token
)

Parameters

token
Type: System.ThreadingCancellationToken
CancellationToken used to cancel the publish mid-execute
See Also