QDVEstimate.ExtractFileFromEstimate Method
NOTE: This member is now obsolete. Use Qdv.UserApi.IEstimate.ExtractFileFromEstimate instead.
Parameters
- IDofFile
- string
A unique identifier that you can get using GetListOfEmbeddedFiles method.
- FullPathToFile
- string
A full path to the file you want to create on disk.
- ReplaceIfExist
- bool
If set to true, any existing file is replaced; otherwise, an existing file will bring an error message.
- ErrorMessage
- string
Optional. Returns an empty string when no error or an error message in case of error.
Return Value
intThe error number. 0 means no error.