Folder.Index (ProjectFolder, Boolean, Boolean, IDatabase) Method
Public Shared Sub Index( _
ByVal info As ProjectFolder, _
ByVal index_sub_folders As Boolean, _
ByVal index_files As Boolean, _
ByVal db As IDatabase _
)
This language is not supported or no code example is available.
public static void Index(
ProjectFolder info,
bool index_sub_folders,
bool index_files,
IDatabase db
)
This language is not supported or no code example is available.
public:
static void Index(
ProjectFolder^ info,
bool index_sub_folders,
bool index_files,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- info
- ProjectFolder
the folder info
- index_sub_folders
- bool
- index_files
- bool
whether or not to index files
- db
- IDatabase
the db connection