IEstimate.StoreFileToEstimate Method
Parameters
- FullPathToFile
- string
The full path to an existing file.
- FileId
- string
An identifier to the file as retrieved from GetListOfEmbeddedFiles method. Must be an hexadecimal value whose length is 32 characters uppercased. If the Id is not passed or it is an empty string, the file will be added as a new file with a new Id. Otherwise the one with the Id will be replaced.
- DisplayName
- string
The name you want to display in the list of embedded estimates under QDV. When an empty string, it displays the name of the file.
Return Value
stringA unique ID to stored file.
Exception type | Condition |
---|---|
A problem occurred. |
Avoid storing large files to reduce opening time of estimates.
Available since QDV 7.13.0001.