Click or drag to resize

IPublishingTargetPublishPagesPreview 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 PublishPagesPreview(
	IEnumerable<IPage> pages,
	bool recursive = true,
	bool incremental = true
)

Parameters

pages  IEnumerableIPage
Pages 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