File.ExportFile Method

Export a file to disk somewhere
Public Shared Sub ExportFile( _ 
ByVal file_id As EntityID, _ 
ByVal all_file_versions As Boolean, _ 
ByVal include_deleted_files As Boolean, _ 
ByVal overwrite As Boolean, _ 
ByVal folder_dir As String, _ 
ByVal user_id As EntityID, _ 
ByVal db As IDatabase
)
This language is not supported or no code example is available.
public static void ExportFile( 
EntityID file_id
bool all_file_versions
bool include_deleted_files
bool overwrite
string folder_dir
EntityID user_id
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static void ExportFile( 
EntityID^ file_id
bool all_file_versions
bool include_deleted_files
bool overwrite
String^ folder_dir
EntityID^ user_id
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function ExportFile( 
file_id : EntityID
all_file_versions : boolean
include_deleted_files : boolean
overwrite : boolean
folder_dir : String
user_id : EntityID
db : IDatabase 
);
This language is not supported or no code example is available.

Parameters

file_id
EntityID

<default>

all_file_versions
bool

<default>

include_deleted_files
bool

<default>

overwrite
bool

<default>

folder_dir
string

<default>

user_id
EntityID

<default>

db
IDatabase

<default>

.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

In this article

Definition