Help > Web Development > Object Reference > Object Reference > ISYSResultList > Document Property
<a name="kanchor491"></a>ISYSResultList:Document Property
Returns the ISYSDocument object for the document at the given index, same as Item. Read-Only.

Syntax
[VBScript]
ReadOnly property ISYSResultList.Document(long Index) as ISYSDocument
[C#]
IISYSDocument  IISYSResultList.get_Document(
  long Index);
[ColdFusion/Java]
IISYSDocument  ISYSResultList.Document(
  long Index
) throws ComException;
Parameters
Index

See Also