Click or drag to resize

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.492
Syntax
IPublishingPreviewTask RepublishPagePreview(
	IPage page,
	bool recursive = true,
	bool incremental = true
)

Parameters

page  IPage
Page to publish
recursive  Boolean  (Optional)
Include descendant or not
incremental  Boolean  (Optional)
Incremental publish or Full publish

Return Value

IPublishingPreviewTask
The information for the next limited scope pages publish
See Also