IPublishingTargetRepublishPagePreview Method 
             | 
          
        
        
          
         
            Gather information for the next publish on given set of pages, and/or its descendants
            
 
    Namespace: 
   Ingeniux.CMS
    Assembly:
   Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
SyntaxIPublishingPreviewTask RepublishPagePreview(
	IPage page,
	bool recursive = true,
	bool incremental = true
)
Function RepublishPagePreview ( 
	page As IPage,
	Optional recursive As Boolean = true,
	Optional incremental As Boolean = true
) As IPublishingPreviewTask
IPublishingPreviewTask^ RepublishPagePreview(
	IPage^ page, 
	bool recursive = true, 
	bool incremental = true
)
abstract RepublishPagePreview : 
        page : IPage * 
        ?recursive : bool * 
        ?incremental : bool 
(* Defaults:
        let _recursive = defaultArg recursive true
        let _incremental = defaultArg incremental true
*)
-> IPublishingPreviewTask 
Parameters
- page
 - Type: Ingeniux.CMSIPage
Page to publish - recursive (Optional)
 - Type: SystemBoolean
Include descendant or not - incremental (Optional)
 - Type: SystemBoolean
Incremental publish or Full publish 
Return Value
Type: 
IPublishingPreviewTaskThe information for the next limited scope pages publish
See Also