'Declaration
Public Function New( _ ByVal basePath As UABrowsePath _ )
'Usage
Dim basePath As UABrowsePath Dim instance As New UABrowsePathParser(basePath)
public UABrowsePathParser( UABrowsePath basePath )
public: UABrowsePathParser( UABrowsePath^ basePath )
Parameters
- basePath
- The base path for relative input paths. A null browse path if none given.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).