QDVArticleDatabase.GetArticleInfo (Int64) Method

NOTE: This member is now obsolete. Use Qdv.UserApi.IArticleDatabase.GetArticleInfo instead.

Gets article info for the specified article.
[Obsolete("Use Qdv.UserApi.IArticleDatabase.GetArticleInfo instead.")] 
public QdvArticleInfo GetArticleInfo( 
long articleRowID 
)
This language is not supported or no code example is available.

Parameters

articleRowID
long

The row IDs of the article to be used.

Return Value

QdvArticleInfo

null reference (Nothing in Visual Basic) if the article with specified articleRowID couldn't be retrieved, for example it didn't exist.

Remarks
 
This method uses fast cached way if the PreLoadAllArticles method was called before.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition