Data at Your Fingertips: Explore Our New Reporting and Statistical Capabilities By Ryan Ashbrook Tuesday at 01:29 PM
dschreiber Posted September 13, 2017 Share Posted September 13, 2017 Where can I find documentation on functions such as $category->hasChildren() ...or.. {{$count = $RecordsClass::contentCount( $category, FALSE );}} When I google for, say, "IPS Community contentCount", I get very little. What documentation do I need to read to understand what functions are available? I'd like to, for example, get all articles for a given category, but I can't figure out how to do so. Thanks, Bret Link to comment Share on other sites More sharing options...
bfarber Posted September 14, 2017 Share Posted September 14, 2017 hasChildren() is documented here: To get all articles in a category, you would use getItemsWithPermission() documented here: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.