Returns the ISYSDocument object for the given file name in the index. The filename must match exactly (including case) to how it is stored in the index.
The name of the file as it exists in the index. The name is case sensitive.
Examples
[VBScript]
<%
set document = Application("ISYSIndex").GetDocumentByName(Request("search"))
if document <> Nothing then' Handle processing of document objectendif%>