Returns header information about a "Top Issue" article


See also Knowledge-base functions.

Signature:

articleId, title, isHotIssue, isRecentlyUpdated = KBSetup_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)