Help > Web Development > Object Reference > Object Reference > ISYSCategory
<a name="kanchor262"></a>ISYSCategory Object
Contains information about a given category from the current ISYSResultList.
ISYSCategory Properties
CountThe number of documents from the current result list that appear in this category.
NameThe name of this category.
RelevanceThe relevance of this category based on the documents contained with.
Examples
[VBScript]
<% ' This sample demonstrates enumerating the categories in the result list displaying ' them in a table ' Execute a pre-configured search Set Results = ISYSSearch.Execute %>
See Also
ISYSResultList
ISYSCategoryList