File.ExportFiles Method
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.
Parameters
- window
- IWin32Window
the parent window for any UI elements
the ids of the files to export
- path_to_export
- string
folder path to export
Return Value
OperationResponsethe result of the operation