Click or drag to resize

IPublishingTargetPublishAssetsPreview 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.492
Syntax
IPublishingPreviewTask PublishAssetsPreview(
	IEnumerable<IAsset> assets,
	bool incremental = true
)

Parameters

assets  IEnumerableIAsset
Assets to publish
incremental  Boolean  (Optional)
Incremental publish or Full publish

Return Value

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