RetailMediaChannelFacebookConnector::doGetPageLink Method [AX 2012]

Returns URL for the specified page.

Syntax

server private static str doGetPageLink(
    RecId _settingsRecId, 
    RetailCommonWebAPI _webApi, 
    str _pageId)

Run On

Server

Parameters

  • _pageId
    Type: str
    The ID of the page to return URL for.

Return Value

Type: str
Returns URL for the specified page, if successful.
Returns an empty string, if failed.

See Also

Reference

RetailMediaChannelFacebookConnector Class