Click or drag to resize

PathFinderRelativePath Method (IContentItem, IContentItem, Boolean, Boolean)


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

Parameters

basePage
Type: Ingeniux.CMSIContentItem

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

targetPage
Type: Ingeniux.CMSIContentItem

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

cmsPathFinding
Type: SystemBoolean

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

noUrlEncode
Type: SystemBoolean

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

Return Value

Type: String

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

See Also