| 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.3.169
 Syntax
Syntaxbool IsFullPublish { get; }ReadOnly Property IsFullPublish As Boolean
	Get
property bool IsFullPublish {
	bool get ();
}abstract IsFullPublish : bool with get
Property Value
Type: 
Boolean See Also
See Also