Get all visible files in a folder that were changed after a certain date
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
		
		
		
			
	
			
		
		
			
	
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Parameters
- folder_id
 - 
		Type: EntityID 
		
the id of the folder
 
- user_id
 - 
		Type: EntityID 
		
the user id we're getting the files for
 
- retrieve_attributes
 - 
		Type: bool 
		
whether or not we can retrieve attributes
 
- after_date
 - 
		Type: DateTime 
		
the date to look for changes after - must be a utc time
 
- db
 - 
		Type: IDatabase 
		
the db connection
 
Return Value
Type: List<FileInfo>a list of the file info objects