Index a file
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
		
		
			
	
			
		
		
		
			
	
			
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
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
 - 
		Type: FileInfo 
		
 
- file_change_id
 - 
		Type: EntityID 
		
the file change id
 
- version
 - 
		Type: int 
		
the version
 
- extension
 - 
		Type: string 
		
the
 
- file_to_index
 - 
		Type: string 
		
the file we want to index
 
- data_is_indexed
 - 
		Type: bool 
		
 
- db
 - 
		Type: IDatabase 
		
the db connection to use
 
- index_now
 - 
		Type: bool