Click or drag to resize

RelativePathMapPathsToIds Method



Namespace: Ingeniux.CMS.Dita
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public IDictionary<string, string> PathsToIds(
	IAsset doc,
	string[] paths,
	bool throwErrors = true
)

Parameters

doc  IAsset

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

paths  String

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

throwErrors  Boolean  (Optional)

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

Return Value

IDictionaryString, String

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

See Also