'Declaration
Public Function New( _ ByVal basePath As BrowsePath, _ ByVal value As String _ )
'Usage
Dim basePath As BrowsePath Dim value As String Dim instance As New BrowsePath(basePath, value)
public BrowsePath( BrowsePath basePath, string value )
public: BrowsePath( BrowsePath^ basePath, String^ value )
Parameters
- basePath
- The base path for relative input paths. null if none given.
- value
- The string containing the browse path to be parsed.