Help > Web Development > Object Reference > Object Reference > ISYSMetadataRefinement
<a name="kanchor466"></a>ISYSMetadataRefinement Object
Contains the parametric refinement options for the current result list.
ISYSMetadataRefinement Properties
CountReturns the number of items in the list
ItemReturns the item at the given index (between 1 and Count).
Examples
[VBScript]
Sub ShowRefinement(Item) Print Item.Name For I = 1 to Item.Count Print Space(4) & Item.Value(I).Name Next End Sub For Each Refinement in ISYSResultList.Metadata ShowRefinement Refinement Next ' Sample Output ' Department ' HR ' Administration ' Marketing ' Support ' Author ' John Smith ' Fred Jones ' Company ' AMCE Inc ' Random Aerospace
See Also
ISYSResultList::Metadata Property
ISYSMetadataRefinementItem Object