Search
XmlPersistContext.FromRelativePath Method
See Also
 





Converts the specified path from relative to the BaseURI to an absolute path.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string FromRelativePath (
    string path
)

Visual Basic  Copy Code

Public Function FromRelativePath( _
    path As String _
) As String

 Parameters

path

 Return Value

 See Also