Click or drag to resize

DitaContentReferencesConvertPathsToAIDs Method


Namespace:  Ingeniux.CMS.Dita
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public static void PathsToAIDs(
	RelativePathMap pathMap,
	XDocument doc,
	IAsset asset,
	bool throwErrors = true
)

Parameters

pathMap
Type: Ingeniux.CMS.DitaRelativePathMap

[Missing <param name="pathMap"/> documentation for "M:Ingeniux.CMS.Dita.DitaContentReferencesConvert.PathsToAIDs(Ingeniux.CMS.Dita.RelativePathMap,System.Xml.Linq.XDocument,Ingeniux.CMS.IAsset,System.Boolean)"]

doc
Type: System.Xml.LinqXDocument

[Missing <param name="doc"/> documentation for "M:Ingeniux.CMS.Dita.DitaContentReferencesConvert.PathsToAIDs(Ingeniux.CMS.Dita.RelativePathMap,System.Xml.Linq.XDocument,Ingeniux.CMS.IAsset,System.Boolean)"]

asset
Type: Ingeniux.CMSIAsset

[Missing <param name="asset"/> documentation for "M:Ingeniux.CMS.Dita.DitaContentReferencesConvert.PathsToAIDs(Ingeniux.CMS.Dita.RelativePathMap,System.Xml.Linq.XDocument,Ingeniux.CMS.IAsset,System.Boolean)"]

throwErrors (Optional)
Type: SystemBoolean

[Missing <param name="throwErrors"/> documentation for "M:Ingeniux.CMS.Dita.DitaContentReferencesConvert.PathsToAIDs(Ingeniux.CMS.Dita.RelativePathMap,System.Xml.Linq.XDocument,Ingeniux.CMS.IAsset,System.Boolean)"]

See Also