Click or drag to resize

PathFinderRelativePath(IContentItem, IContentItem, Boolean, Boolean) Method



Namespace: Ingeniux.CMS.Dita
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public static string RelativePath(
	IContentItem basePage,
	IContentItem targetPage,
	bool cmsPathFinding,
	bool noUrlEncode
)

Parameters

basePage  IContentItem

[Missing <param name="basePage"/> documentation for "M:Ingeniux.CMS.Dita.PathFinder.RelativePath(Ingeniux.CMS.IContentItem,Ingeniux.CMS.IContentItem,System.Boolean,System.Boolean)"]

targetPage  IContentItem

[Missing <param name="targetPage"/> documentation for "M:Ingeniux.CMS.Dita.PathFinder.RelativePath(Ingeniux.CMS.IContentItem,Ingeniux.CMS.IContentItem,System.Boolean,System.Boolean)"]

cmsPathFinding  Boolean

[Missing <param name="cmsPathFinding"/> documentation for "M:Ingeniux.CMS.Dita.PathFinder.RelativePath(Ingeniux.CMS.IContentItem,Ingeniux.CMS.IContentItem,System.Boolean,System.Boolean)"]

noUrlEncode  Boolean

[Missing <param name="noUrlEncode"/> documentation for "M:Ingeniux.CMS.Dita.PathFinder.RelativePath(Ingeniux.CMS.IContentItem,Ingeniux.CMS.IContentItem,System.Boolean,System.Boolean)"]

Return Value

String

[Missing <returns> documentation for "M:Ingeniux.CMS.Dita.PathFinder.RelativePath(Ingeniux.CMS.IContentItem,Ingeniux.CMS.IContentItem,System.Boolean,System.Boolean)"]

See Also