class Strategy(NavtreeStrategyBase):
rootPath = '/'.join(root.getPhysicalPath())
showAllParents = False
strategy = Strategy()
query= {'path' : '/'.join(root.getPhysicalPath()),
'object_provides' : 'Products.PloneHelpCenter.interfaces.IHelpCenterMultiPage',
'sort_on' : 'getObjPositionInParent'}
toc = buildFolderTree(self, current, query, strategy)['children']