QDVWBS.FreezeCurrentVersion Method

NOTE: This member is now obsolete. Use Qdv.UserApi.IEstimate.FreezeCurrentVersion instead.

Freezes the current version so that it cannot be modified.
[Obsolete("Use Qdv.UserApi.IEstimate.FreezeCurrentVersion instead.")] 
public bool FreezeCurrentVersion( 
string ClosingComment = "", 
ref int ErrorNumber = 0, 
ref string ErrorMessage = "" 
)
This language is not supported or no code example is available.

Parameters

ClosingComment
string

Optional. The closing comment of the current version.

ErrorNumber
int

Optional. Returns a number identifying the error. 0 means no error.

ErrorMessage
string

Optional. Returns a localized text message identifying the error if any. Bank when no error.

Return Value

bool
Remarks
 

Message can be given in error cases; 
No Messages or promptings are given when everything is OK. 
No user events are fired.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition