File Search Library
LoadIndex Method



KellermanSoftware.FileSearchLibrary Namespace > IndexLogic Class : LoadIndex Method
The directory path for the index
Load an index to be searched
Syntax
'Declaration
 
Public Function LoadIndex( _
   ByVal indexPath As String _
) As Index
'Usage
 
Dim instance As IndexLogic
Dim indexPath As String
Dim value As Index
 
value = instance.LoadIndex(indexPath)
public Index LoadIndex( 
   string indexPath
)
public:
Index^ LoadIndex( 
   String^ indexPath
) 

Parameters

indexPath
The directory path for the index

Return Value

Index
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IndexLogic Class
IndexLogic Members