QDVEstimate.GetListOfEmbeddedFiles Method

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

Gets a list of all embedded files in the estimate.
[Obsolete("Use Qdv.UserApi.IEstimate.GetListOfEmbeddedFiles instead.")] 
public Dictionary<string, string> GetListOfEmbeddedFiles( 
ref int ErrorNumber = 0, 
ref string ErrorMessage = "" 
)
This language is not supported or no code example is available.

Parameters

ErrorNumber
int

Optional. Returns 0 when no error otherwise an error number.

ErrorMessage
string

Optional. An possible error message. An empty string when no error.

Return Value

Dictionary<string, string>

A dictionary(of string, string) whose keys are file IDs and values are name of files.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition