RetailRichMediaHelper::isRelativeUrl Method [AX 2012]

Check whether a string is a relative URL.

client server public static boolean isRelativeUrl(str _s)

Run On

Called

Parameters

_s
Type: str
The string.

Return Value

Type: boolean
true if the string is a relative URL, false otherwiseu.
Show: