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

Parameters

assets
Type: System.Collections.GenericIEnumerableIAsset
Assets 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