RetailRichMediaHelper::convertWebDavUncPathToUrl Method [AX 2012]
Convert WebDAV UNC path to URL.
client server public static str convertWebDavUncPathToUrl(
str _uncPath,
str _scheme,
CLRObject _baseUrl)
Run On
CalledParameters
- _uncPath
- Type: str
The UNC path.
- _scheme
- Type: str
The schema.
- _baseUrl
- Type: CLRObject Class
The base URL.
Return Value
Type: strThe relative URL if the base URL is the base of the converted URL, otherwise the absolute URL.
Show: