Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns URL for the specified page.
Syntax
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.