IArticleDatabase.RecordArticle Method

Saves an article in the database.
Sub RecordArticle( _ 
ByVal est As IEstimate, _ 
ByVal task As ITask, _ 
ByVal linenr As Integer, _ 
Optional ByVal OverwriteIfExist As Boolean = True _ 
)
This language is not supported or no code example is available.
void RecordArticle( 
IEstimate est
ITask task
int linenr
bool OverwriteIfExist = True 
)
This language is not supported or no code example is available.

Parameters

est
IEstimate

The estimate containing the article to save (on some minute row).

task
ITask

The task whose minute contains the article.

linenr
int

OverwriteIfExist
bool

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition