Export a list of files to a local location

Namespace: SynergyClientAPI.Files
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)

Public Shared Function ExportFiles( _ 
ByVal window As IWin32Window, _ 
ByVal file_ids As List(Of EntityID), _ 
ByVal path_to_export As String
) As OperationResponse
This language is not supported or no code example is available.
public static OperationResponse ExportFiles( 
IWin32Window window
List<EntityID> file_ids
string path_to_export 
)
This language is not supported or no code example is available.
public:  
static OperationResponse^ ExportFiles( 
IWin32Window^ window
List<EntityID^>^ file_ids
String^ path_to_export 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

window
Type: IWin32Window

the parent window for any UI elements

file_ids
Type: List<EntityID>

the ids of the files to export

path_to_export
Type: string

folder path to export

Return Value

Type: OperationResponse

the result of the operation

.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