Click or drag to resize

RelativePathMapIdsToPaths Method



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

Parameters

doc  IAsset

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

ids  String

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

publishingTargetId  String

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

excludeRecycled  Boolean

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

Return Value

IDictionaryString, TupleString, String

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

See Also