Show TOC

AFPService ObjectLocate this document in the navigation structure

Use
Note

All methods of this object should be called with the prefix

EPCM.getSAPTop().LSAPI.AFPPlugin.service.

getNavPrefix(mode)

Returns a prefix required to build a navigation target URL according to a navigation mode.

mode

An integer that indicates where the content is displayed, as follows:

0 : The node is displayed in the same window

1 : The node is displayed in a new window

2 : The node is displayed in a new portal window

3 : The node is displayed in an external portal window in a framework page with no header

4: The target is displayed in an external portal window in a headerless framework page that has an embedded inner page

10 : The target is displayed in an external portal window in a headerless framework page that supports Microsoft Internet Explorer standards mode rendering (support for HTML5 applications).

Return Value

The navigation prefix of the target navigation URL. If no parameter is passed, the function returns null.

See Also

Navigate Method