API KBSetup GetArticleHeaderCount
Talk0
98,472pages on
this wiki
this wiki
Returns the number of articles for the current page.
count = KBSetup_GetArticleHeaderCount()
Parameters
Edit
Arguments
Edit
- ()
Returns
Edit
- count
- count
- Integer - The number of articles for the current page.
Example
Edit
local count = KBSetup_GetArticleHeaderCount() for i=1, count do -- do something with the article
Details
Edit
- This will count the "most asked" articles, not the number of articles for the active query.