←Select platform

IndexDirectory Property

Summary

Path to the directory to use for storing the index files.

Syntax

C#
VB
C++
public string IndexDirectory { get; set; } 
Public Property IndexDirectory() As String 
   Get 
   Set 
public:  
   property String^ IndexDirectory 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

Path to the directory to use for storing the index files. Default value is null.

Remarks

IndexDirectory must be set before calling any other method in this class. The directory can be local or in a network drive but must accessible for both reading and writing. The engine will try to create the directory set in this value if it does not exist.

For more information, refer to Speeding Up Forms Recognition Using the Full Text Search Feature.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.