Index a server project
        
Namespace:
SynergyServerScripting.Entities
        Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					Public Shared Sub Index( _ 
   ByVal project_id As EntityID, _ 
   ByVal index_folders As Boolean, _ 
   ByVal index_attributes As Boolean, _ 
   ByVal recursive_index As Boolean, _ 
   ByVal db As IDatabase _ 
)
			
				 
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
		
			
	
			
				
				
				
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
			
	
			
				
				
				
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
		
			
	
			
				
				
				
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
	 
	Parameters
	- 
		
			project_id
		
	
 
	- 
		Type: EntityID 
		
			the Job id 
		
	 
	- 
		
			index_folders
		
	
 
	- 
		Type: bool 
		
			whether or not to index folders 
		
	 
	- 
		
			index_attributes
		
	
 
	- 
		Type: bool 
		
			whether or not to index attributes 
		
	 
	- 
		
			recursive_index
		
	
 
	- 
		Type: bool 
		
			whether or not to index recursively 
		
	 
	- 
		
			db
		
	
 
	- 
		Type: IDatabase 
		
			the db connection 
		
	 
	 
 
  
	
	
	
	
	
	
		
  
.NET Framework
Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1