Help > Web Development > Object Reference > Appendix > IDBFunction Commands > LIST
<a name="kanchor612"></a>LIST
If you wish to list all the documents in an index, call IDBFunction with "LIST" as its parameter

ParameterDescription
ALPHAList documents in alphabetic sequence.
REVERSEList documents in reverse chronological order. The default is in chronological order.
<Other>If any other word is given as a parameter, it is interpreted as a filter. The document name must contain this string to be included in the list.