Content Items by path

How do I get a list of content items in a particular folder to display in a page template? I can;t seem to find any references in the documentation. I have found the java methods that I need, but can’t seem to figure out what the velocity variables need to be to use those methods.

For example, the object IPSContentMgr has the method findItemsByPath(), but I can seem to figure out what velocity object I need.

Thanks.

John

Create a slot that takes the path as a parameter, use sys_AutoSlotContentFinder as the Content Finder. Then pass the path from the template with getParentFolderPath jexl function in the toolkit.