QDVWBS.RemoveAllLinksToDatabaseOfTheEstimate Method

NOTE: This member is now obsolete. Use Qdv.UserApi.IEstimateVersion.RemoveAllLinksToDatabaseOfEstimate instead.

Removes all links to the database of the estimate and make a copy of corresponding rows in the minutes
[Obsolete("Use Qdv.UserApi.IEstimateVersion.RemoveAllLinksToDatabaseOfEstimate instead.")] 
public int RemoveAllLinksToDatabaseOfTheEstimate( 
bool RemoveDBOfEstimateAfterward = False, 
bool WithMessages = True, 
string ErrorMessage = "" 
)
This language is not supported or no code example is available.

Parameters

RemoveDBOfEstimateAfterward
bool

Determines whether the database of the estimate will be removed after the links are removed.

WithMessages
bool

Default value is true meaning that when an error occurs, you get a message. When set to false you never get any message even if an error occurs.

ErrorMessage
string

An error message. An empty string means no error.

Return Value

int

An error number, 0 means no error.

Remarks
 
After that, you can remove the database of the estimate option.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition