Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Convert WebDAV UNC path to URL.
Syntax
client server public static str convertWebDavUncPathToUrl(
str _uncPath,
str _scheme,
CLRObject _baseUrl)
Run On
Called
Parameters
- _uncPath
Type: str
The UNC path.
- _scheme
Type: str
The schema.
- _baseUrl
Type: CLRObject Class
The base URL.
Return Value
Type: str
The relative URL if the base URL is the base of the converted URL, otherwise the absolute URL.