InNavBar Element
The InNavBar element returns TRUE if the current list is on the Quick Launch link bar.
Syntax
<InNavBar>
</InNavBar>
Related Elements
Parent Elements |
---|
Expr, Expr1 |
Remarks
Use the related SetList element to set the list you want to work with.
Example
If the value of InNavBar is TRUE, the following example returns a message.
<ows:IfEqual>
<Expr1>
<ows:InNavBar/>
</Expr1>
<Expr2>TRUE</Expr2>
<Then>This item is in the link bar!</Then>
</ows:IfEqual>