Visible
Type
Boolean
Since
1.2
Description
With the property "Visible" you can determine if a query is visible for the end-user or not. By default every query is visible.
If the property is set to "false", the query will become invisible in the index but still be link able from other queries. Use this property e.g. to hide detail-queries which should only be reachable from other queries.
Examples
Visible = "true"
Visible = "false"
See also
Show Portal
