Share via


WebLink.removeNavigation Method [AX 2012]

Gets or sets a flag that indicates whether the started Enterprise Portal (EP) page will have its navigation bars hidden.

Syntax

public boolean removeNavigation([boolean _remove])

Run On

Called

Parameters

  • _remove
    Type: boolean
    true if you want to hide the EP left and top navigation bars; otherwise, false.
    This parameter is optional.

Return Value

Type: boolean
true if the navigation bars should be hidden; otherwise, false.

Remarks

The default is for a page to have its navigation bars shown.

See Also

Reference

WebLink Class