Export a folder to a local location
        Namespace:
SynergyClientAPI.Folders
        
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyClientAPI (in SynergyClientAPI.dll)
Public Shared Function ExportFolder( _
ByVal window As IWin32Window, _
ByVal folder_id As EntityID, _
ByVal path_to_export As String _
) As OperationResponse
This language is not supported or no code example is available.
public static OperationResponse ExportFolder(
IWin32Window window,
EntityID folder_id,
string path_to_export
)
This language is not supported or no code example is available.
public:
static OperationResponse^ ExportFolder(
IWin32Window^ window,
EntityID^ folder_id,
String^ path_to_export
)
This language is not supported or no code example is available.
public static function ExportFolder(
window : IWin32Window,
folder_id : EntityID,
path_to_export : String
) : OperationResponse;
This language is not supported or no code example is available.
Parameters
- window
 - 
		Type: IWin32Window 
		
the parent window for any UI elements
 
- folder_id
 - 
		Type: EntityID 
		
the id of the folder to export
 
- path_to_export
 - 
		Type: string 
		
the location to export
 
Return Value
Type: OperationResponsethe result of the operation