IArticleDatabase.GetArticleInfo (String, String, String, String, String) Method

Gets an article info for the article specified by reference.
Function GetArticleInfo( _ 
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 GetArticleInfo( 
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. It may be an empty string if not applicable.

description
string

Article description. It may be an empty string if not applicable.

family
string

Article family. It may be an empty string if not applicable.

manufacturer
string

Article manufacturer. It may be an empty string if not applicable.

userDefinedField
string

Article user defined field. It may be an empty string if not applicable.

Return Value

IArticleInfo

The specified article, if found.

Exception type Condition

QdvApiException

No article was found or other problem occurred.

Remarks
 
This method always accesses the database, not the fast cached version even if the PreLoadAllArticles method was called before.
Version
 
Available since QDV 7.13.482.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition