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

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: IPublishingPreviewTask
The information for the next limited scope pages publish
See Also