Click or drag to resize

RelativePathMapIdsToPaths Method


Namespace:  Ingeniux.CMS.Dita
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public IDictionary<string, Tuple<string, string>> IdsToPaths(
	IAsset doc,
	string[] ids
)

Parameters

doc
Type: Ingeniux.CMSIAsset

[Missing <param name="doc"/> documentation for "M:Ingeniux.CMS.Dita.RelativePathMap.IdsToPaths(Ingeniux.CMS.IAsset,System.String[])"]

ids
Type: SystemString

[Missing <param name="ids"/> documentation for "M:Ingeniux.CMS.Dita.RelativePathMap.IdsToPaths(Ingeniux.CMS.IAsset,System.String[])"]

Return Value

Type: IDictionaryString, TupleString, String

[Missing <returns> documentation for "M:Ingeniux.CMS.Dita.RelativePathMap.IdsToPaths(Ingeniux.CMS.IAsset,System.String[])"]

See Also