Help > Web Development > Object Reference > Object Reference > ISYSRelatedList
<a name="kanchor484"></a>ISYSRelatedList Object
Contains a list of documents related to the given document. Returned from the ISYSDocument.Related property.
ISYSRelatedList Properties
CountIndicates the number of items in the list. Read-Only.
ItemAllows random access to individual items within the list.
Examples
[VBScript]
<b>Associated Documents</b> <br /> <% For Each Related in Document.Related %> <%= Related.Title %> <br /> <% Next %>
See Also
ISYSDocument::Related