Index a server project
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
		
		
			
	
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Sub Index( _
ByVal info As ProjectInfo, _
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
- info
 - 
		Type: ProjectInfo 
		
 
- index_folders
 - 
		Type: bool 
		
whether or not to index folders
 
- index_attributes
 - 
		Type: bool 
		
whether or not to index attributes
 
- index_files
 - 
		Type: bool 
		
whether or not we should index files as well
 
- recursive_index
 - 
		Type: bool 
		
whether or not to index recursively
 
- index_now
 - 
		Type: bool 
		
 
- db
 - 
		Type: IDatabase 
		
the db connection