The following sections list all elements you can use in a search list declaration file.
The table below lists all of the elements. The elements are listed in the order in which you normally use them.
| Element | Brief Description |
|---|---|
| searchListDeclarations Tag | Required top-level element for the search list declarations file. All search lists must be nested within this item. |
| searchList Tag | Defines either a new search list, or a new search list item. |
| column Tag | Defines a column that contain search list items. A search list can display links in multiple columns. |
| label Tag | Specifies the text that appears in the search list item. |
| description Tag | Provides a description of the search list item. This does not appear in the Web Client. |
| url Tag | Specifies the destination of the search list link. If a search list item does not have a URL specified, it is displayed as a text label rather than a link. |
| confirmText Tag | Indicates that a confirmation message should appear when a user selects the link and provides the text for the message. |