NavBarPage element (Module)
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Provides information about the file specified as the home page in a module so that other pages can be linked to the page.
Definition
<NavBarPage
ID = "Integer"
Name = "Text"
Position = "Text">
</NavBarPage>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
---|---|
**ID** |
Required **Integer**. Specifies the ID for the page. |
**Name** |
Required **Text**. Specifies the text that appears in the navigation area of other pages that link to the page. |
**Position** |
Optional **Text**. Specifies the position of the UI element represented by the **NavBarPage** element with respect to the top navigational area on a page. Possible values include the following:
|
Child elements
None
Parent elements
Occurrences
Minimum: 0 Maximum: 1 |