Help > Web Development > Object Reference > Object Reference > ISYSDocument > Related Property
<a name="kanchor340"></a>ISYSDocument:Related Property
Returns a list of related documents. Related documents include emails and attachments; SQL records and Blobs; and files contained within zips.

Syntax
[VBScript]
ReadOnly property ISYSDocument.Related as ISYSRelatedList
[C#]
IISYSRelatedList  ISYSDocument.Related {get;}
[ColdFusion/Java]
IISYSRelatedList  ISYSDocument.Related() throws ComException;
Examples
[VBScript]
<b>Associated Documents</b> <br /> <% For Each Related in Document.Related %>

See Also