IEstimate.RecordArticle Method

Records an article in a database.
Sub RecordArticle( _ 
ByVal task As ITask, _ 
ByVal lineNr As Integer, _ 
ByVal databasePath As Integer, _ 
ByVal databaseSource As String, _ 
Optional ByVal overwriteIfExist As Boolean = True _ 
)
This language is not supported or no code example is available.
void RecordArticle( 
ITask task
int lineNr
int databasePath
string databaseSource
bool overwriteIfExist = True 
)
This language is not supported or no code example is available.

Parameters

task
ITask

Required. The task whose minute contains the article.

lineNr
int

Required. The number of the minute line with the article.

databasePath
int

Required. The index of the database path that will be used for recording.

databaseSource
string

Required. The name of the database that will be used for recording.

overwriteIfExist
bool

Optional. Indicates, whether an existing article in DB should be overwritten. The default value is true.

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition