IEstimate.OriginalPathFromQdv7Protocol Property

Gets the original path used to open the estimate when QDV was invoked from a web page using the protocol with a "qdv7://" prefix.
ReadOnly Property OriginalPathFromQdv7Protocol() As String
This language is not supported or no code example is available.
string OriginalPathFromQdv7Protocol {get;}
This language is not supported or no code example is available.

Property Value

string

The original remote path from the qdv7:// protocol. An empty string if the estimate was not opened with the qdv7:// protocol.

Remarks
 

When using the qdv7:// protocol, you can open the estimate to a temporary working folder with a "?opentotemp=" query string.

When you do this, the location of the file is always the temporary working folder %APPDATA%\temp\qdv\workingtemp\. You can get it from FullPath property.

This property returns the remote path passed to the qdv7:// command. It can be useful if you intend to save the file to the original remote path, for example, in On_After_Save_Estimate event.

Version
 
Available since QDV 7.22.944.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition