Share via


RetailRichMediaHelper::isRelativeUrl Method [AX 2012]

Check whether a string is a relative URL.

Syntax

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.

See Also

Reference

RetailRichMediaHelper Class