Parses a string containing an absolute browse path, and returns a corresponding browse path object.
Overload List
Overload | Description |
Parse(String) | Parses a string containing an absolute browse path, and returns a corresponding browse path object. |
Parse(BrowsePath,String) | Parses a string containing a browse path, optionally given a base for relative paths, and returns a corresponding browse path object. |
Parse(BrowsePath,String,Int32) | Parses a string containing a browse path, optionally given a base for relative paths, and returns a corresponding browse path object. Maximum parent depth is also specified. |
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also