Gilles Lenfant wrote me this:<br><br><b>Hi,<br><br>The Archetypes tool provides what you need if I understand correctly.<br><br>from dontremember.interfaces import IFolderish<br>from Products.CMFCore.utils import getToolByName<br>
<br>at_tool = getToolByName(context, 'archetype_tool')</b>
<b><br>folderishes = at_tool.</b><div><b>listPortalTypesWithInterfaces(</b><b>[IFolderish])<br><br>IIRC
 the returned value (folderishes) is a list of fti objects from which 
you can get the portal type. This should work - untested - on non AT 
based types too (plone.app.content or dexterity) since this uses the 
portal_types factory and no AT specific stuff.<br><br>HTH</b>
<b><br></b><br><br>This is good to know. In my opinion it would be great if dexterity can provide something like this.<br><br>Best.<br></div><br>