Search
XmlPersistContext.ToRelativePath Method
See Also
 





Converts the specified absolute path to a path relative to the BaseURI.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string ToRelativePath (
    string path
)

Visual Basic  Copy Code

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

 Parameters

path

 Return Value

 See Also