Export a folder
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
		
		
			
	
			
		
		
		
			
	
			
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Sub ExportFolder( _
ByVal folder_id As EntityID, _
ByVal recursive As Boolean, _
ByVal all_file_versions As Boolean, _
ByVal include_deleted_files As Boolean, _
ByVal parent_dir As String, _
ByVal user_id As EntityID, _
ByVal db As IDatabase, _
ByVal client As IClient _
)
This language is not supported or no code example is available.
Parameters
- folder_id
 - 
		Type: EntityID 
		
the id of the folder to export
 
- recursive
 - 
		Type: bool 
		
export recursively?
 
- all_file_versions
 - 
		Type: bool 
		
whether or not to export all file versions
 
- include_deleted_files
 - 
		Type: bool 
		
whether or not to include all deleted files
 
- parent_dir
 - 
		Type: string 
		
the path where this folder should be exported to
 
- user_id
 - 
		Type: EntityID 
		
the ido f the user performing this operation
 
- db
 - 
		Type: IDatabase 
		
the database to use
 
- client
 - 
		Type: IClient 
		
any client callback for messaging purposes