Share via


RetailRichMediaHelper::convertWebDavUncPathToUrl Method [AX 2012]

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.

Return Value

Type: str
The relative URL if the base URL is the base of the converted URL, otherwise the absolute URL.

See Also

Reference

RetailRichMediaHelper Class