Click or drag to resize

IPublishingTargetPublishPreview Method


Gather information on the next full site publish, on this Publishing Target

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
IPublishingPreviewTask PublishPreview(
	bool incremental = true
)

Parameters

incremental (Optional)
Type: SystemBoolean
Increment publish or Full publish

Return Value

Type: IPublishingPreviewTask
Information on the next full site publish
See Also