IEstimate.ExtractFileFromEstimate Method

Extract a file previously stored into an estimate.
Sub ExtractFileFromEstimate( _ 
ByVal FileId As String, _ 
ByVal FullPathToFile As String, _ 
ByVal ReplaceIfExist As Boolean
)
This language is not supported or no code example is available.
void ExtractFileFromEstimate( 
string FileId
string FullPathToFile
bool ReplaceIfExist 
)
This language is not supported or no code example is available.

Parameters

FileId
string

A unique identifier that you can get using GetListOfEmbeddedFiles method.

FullPathToFile
string

A full path to the file you want to create on disk.

ReplaceIfExist
bool

If set to true, any existing file is replaced; otherwise, an existing file will bring an error message.

Exception type Condition

QdvApiException

A problem occurred.

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition