QDVArticleDatabase.GetArticleInfo (Int64) Method
NOTE: This member is now obsolete. Use Qdv.UserApi.IArticleDatabase.GetArticleInfo instead.
Parameters
- articleRowID
- long
The row IDs of the article to be used.
Return Value
QdvArticleInfonull reference (Nothing in Visual Basic) if the article with specified articleRowID couldn't be retrieved, for example it didn't exist.
This method uses fast cached way if the PreLoadAllArticles method
was called before.