IEstimate.GetListOfEmbeddedFiles Method

Gets a list of all embedded files in the estimate.
Function GetListOfEmbeddedFiles() As Dictionary(Of String, String)
This language is not supported or no code example is available.
Dictionary<string, string> GetListOfEmbeddedFiles()
This language is not supported or no code example is available.

Return Value

Dictionary<string, string>

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

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