IArticleDatabase.CreateArticle Method

Creates a new article and adds it to the database.
Function CreateArticle( _ 
ByVal reference As String, _ 
ByVal description As String, _ 
ByVal family As String, _ 
ByVal manufacturer As String, _ 
ByVal userDefinedField As String
) As IArticleInfo
This language is not supported or no code example is available.
IArticleInfo CreateArticle( 
string reference
string description
string family
string manufacturer
string userDefinedField 
)
This language is not supported or no code example is available.

Parameters

reference
string

Article reference.

description
string

Article description.

family
string

Article family.

manufacturer
string

Article manufacturer.

userDefinedField
string

Article user defined field.

Return Value

IArticleInfo

Newly created article.

Remarks
 
The new article contains all fields with their default values. You can modify them later whether with SetArticleFieldValue or with SetArticleFieldValues method.
Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition