Click or drag to resize

PathFinderRelativePathToFullPath Method


Namespace:  Ingeniux.CMS.Dita
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public static string RelativePathToFullPath(
	string docPath,
	string relativePath
)

Parameters

docPath
Type: SystemString

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

relativePath
Type: SystemString

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

Return Value

Type: String

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

See Also