Click or drag to resize

IPublishingTargetRepublishAssetsPreview Method


Gather information for the next publish on given set of assets

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
IPublishingPreviewTask RepublishAssetsPreview(
	IAssetItem assetItem,
	bool incremental = true
)

Parameters

assetItem
Type: Ingeniux.CMSIAssetItem
Asset or Asset folder to publish
incremental (Optional)
Type: SystemBoolean
Incremental publish or Full publish

Return Value

Type: IPublishingPreviewTask
The information for the next limited scope assets publish
See Also