QDVEstimate.RemoveFileFromEstimate Method

NOTE: This member is now obsolete. Use Qdv.UserApi.IEstimate.RemoveFileFromEstimate instead.

Remove an existing file from the estimate.
[Obsolete("Use Qdv.UserApi.IEstimate.RemoveFileFromEstimate instead.")] 
public int RemoveFileFromEstimate( 
string IDofFile
ref string ErrorMessage = "" 
)
This language is not supported or no code example is available.

Parameters

IDofFile
string

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

ErrorMessage
string

Optional. Returns an error message in case of error or an empty string when no error.

Return Value

int

An error number when and error occurred. 0 when no error.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition