Click or drag to resize

DitaContentReferencesConvertAIDSTOPaths Method



Namespace: Ingeniux.CMS.Dita
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public static XDocument AIDSTOPaths(
	RelativePathMap pathMap,
	XDocument assetDoc,
	IAsset asset,
	bool forPreview,
	out DitaItemInfo[] ids,
	string publishingTargetId
)

Parameters

pathMap  RelativePathMap

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

assetDoc  XDocument

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

asset  IAsset

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

forPreview  Boolean

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

ids  DitaItemInfo

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

publishingTargetId  String

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

Return Value

XDocument

[Missing <returns> documentation for "M:Ingeniux.CMS.Dita.DitaContentReferencesConvert.AIDSTOPaths(Ingeniux.CMS.Dita.RelativePathMap,System.Xml.Linq.XDocument,Ingeniux.CMS.IAsset,System.Boolean,Ingeniux.CMS.Dita.DitaItemInfo[]@,System.String)"]

See Also