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

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.
Show: