QDVArticleDatabase.CreateArticle Method

Creates a new article and adds it to the database.
Public Function CreateArticle( _ 
ByVal reference As String, _ 
ByVal description As String, _ 
ByVal family As String, _ 
ByVal manufacturer As String, _ 
ByVal userDefinedField As String
) As QdvArticleInfo
This language is not supported or no code example is available.
public QdvArticleInfo 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

QdvArticleInfo

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.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition