Returns information about an article returned in a knowledge base query


See also Knowledge-base functions.

Signature:

articleId, title, isHotIssue, isRecentlyUpdated = KBQuery_GetArticleHeaderData(index)

Arguments:

  • index - The index of the article to query (number)

Returns:

  • articleId - A unique articleId for the article (number)
  • title - The title of the article (string)
  • isHotIssue - true if the article is a "Hot Issue", otherwise false (boolean)
  • isRecentlyUpdated - true if the article has been recently updated, otherwise false (boolean)