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
)
Public Shared Function RelativePathToFullPath (
docPath As String,
relativePath As String
) As String
public:
static String^ RelativePathToFullPath(
String^ docPath,
String^ relativePath
)
static member RelativePathToFullPath :
docPath : string *
relativePath : string -> string
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