Click or drag to resize

IAssetMapRebuild Method


Rebuild the asset map

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
XElement Rebuild(
	Dictionary<string, int> markedAssets,
	out XElement ditaRendererDoc,
	out Dictionary<string, string> paths,
	bool incremental = false,
	IPublishingTarget publishingTarget = null
)

Parameters

markedAssets
Type: System.Collections.GenericDictionaryString, Int32
Marked assets
ditaRendererDoc
Type: System.Xml.LinqXElement
Dita Document to render
paths
Type: System.Collections.GenericDictionaryString, String
List of asset paths
incremental (Optional)
Type: SystemBoolean
Incremental
publishingTarget (Optional)
Type: Ingeniux.CMSIPublishingTarget
Publishing Target

Return Value

Type: XElement
Asset Map XML Element
See Also