Returns information about the last requested knowledge base article. Only available once the KNOWLEDGE_BASE_ARTICLE_LOAD_SUCCESS event has fired following an article request.


See also Knowledge-base functions.

Signature:

id, subject, subjectAlt, text, keywords, languageId, isHot = KBArticle_GetData()

Returns:

  • id - A unique identifier for the article (number)
  • subject - The subject of the article (string)
  • subjectAlt - Alternate text for the article subject (string)
  • text - The body of the article (string)
  • keywords - A comma separated list of keywords for the article (string)
  • languageId - Identifier for the article's language (ee KBSetup_GetLanguageData) (number)
  • isHot - true if the article is a "Hot Item", otherwise false (boolean)