Help > Web Development > Object Reference > Object Reference > ISYSDocument > FoundIn Property
<a name="kanchor316"></a>ISYSDocument:FoundIn Property
Returns the index that this document was found in, taking into account chained indexes.

Syntax
[VBScript]
ReadOnly property ISYSDocument.FoundIn as string
[C#]
string ISYSDocument.FoundIn {get;}
[ColdFusion/Java]
java.lang.String ISYSDocument.FoundIn() throws ComException;