RetailMediaChannelFacebookConnector::doGetPageLink Method [AX 2012]

Returns URL for the specified page.

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

Run On

Server

Parameters

_settingsRecId
Type: RecId Extended Data Type
The connector settings' record ID
_webApi
Type: RetailCommonWebAPI Class
The web API
_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.
Show: