Server.IndexFile (FileInfo, EntityID, Int32, String, String, Boolean, IDatabase, Boolean) Method
Public Shared Function IndexFile( _
ByVal file As FileInfo, _
ByVal file_change_id As EntityID, _
ByVal version As Integer, _
ByVal extension As String, _
ByVal file_to_index As String, _
ByVal data_is_indexed As Boolean, _
ByVal db As IDatabase, _
ByVal index_now As Boolean _
) As OperationResponse
This language is not supported or no code example is available.
Parameters
- file
- FileInfo
- file_change_id
- EntityID
the file change id
- version
- int
the version
- extension
- string
the
- file_to_index
- string
the file we want to index
- data_is_indexed
- bool
- db
- IDatabase
the db connection to use
- index_now
- bool