countBlogs
Description
Returns the number of blogs contained in the selected space.
Return Type
Number
Returns the number of blogs that contained in the selected space.
Example
number count = countBlogs("someSpaceKey");
print("Return " + count);
Print Return 15 (for example)
See also
Peacock