Click or drag to resize

PathFinderRelativePath(String, String, 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(
	string basePathStr,
	string tgtPathStr,
	bool pagesPathFinding,
	bool noUrlEncode
)

Parameters

basePathStr  String

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

tgtPathStr  String

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

pagesPathFinding  Boolean

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

noUrlEncode  Boolean

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

Return Value

String

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

See Also