IEstimateVersion.ExtractWordTemplate Method

Exports a Word template stored in the estimate to a file. Can be either Docx or Docm.
Sub ExtractWordTemplate( _ 
ByVal NameOfWordTemplate As String, _ 
ByVal FullPathToOutputFile As String
)
This language is not supported or no code example is available.
void ExtractWordTemplate( 
string NameOfWordTemplate
string FullPathToOutputFile 
)
This language is not supported or no code example is available.

Parameters

NameOfWordTemplate
string

The name of the word document as it appears in the "Word Documents" dialog of QDV.

FullPathToOutputFile
string

The full path to the file you want to create. This file mustn't exist.

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