Click or drag to resize

IPublishingTaskIsFullPublish Property


Gets whether this task is for a full publish or an incremental publish. A full publish will forces the publication of marked pages, changed or not, and cleans up the target location. An incremental publish only publishes changed pages and doesn't perform any clean up.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool IsFullPublish { get; }

Property Value

Type: Boolean
See Also