Click or drag to resize

RelativePathMapPathsToIds Method


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

Parameters

doc
Type: Ingeniux.CMSIAsset

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

paths
Type: SystemString

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

throwErrors (Optional)
Type: SystemBoolean

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

Return Value

Type: IDictionaryString, String

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

See Also