IEstimate.RemoveFileFromEstimate Method

Remove an existing file from the estimate.
Sub RemoveFileFromEstimate( _ 
ByVal FileId As String
)
This language is not supported or no code example is available.
void RemoveFileFromEstimate( 
string FileId 
)
This language is not supported or no code example is available.

Parameters

FileId
string

A unique identifier to the file that you can get using GetListOfEmbeddedFiles method.

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