Project.Index (EntityID, Boolean, Boolean, Boolean, Boolean, Boolean, IDatabase) Method
Public Shared Sub Index( _
ByVal project_id As EntityID, _
ByVal index_folders As Boolean, _
ByVal index_attributes As Boolean, _
ByVal index_files As Boolean, _
ByVal recursive_index As Boolean, _
ByVal index_now As Boolean, _
ByVal db As IDatabase _
)
This language is not supported or no code example is available.
Parameters
- project_id
- EntityID
the Job id
- index_folders
- bool
whether or not to index folders
- index_attributes
- bool
whether or not to index attributes
- index_files
- bool
whether or not we should index files as well
- recursive_index
- bool
whether or not to index recursively
- index_now
- bool
- db
- IDatabase
the db connection