[Zope-CMF] How to add portal_type selectively?

Dieter Maurer dieter@handshake.de
Wed, 4 Sep 2002 19:56:41 +0200


Hariharan Gopalan writes:
 > How can I add a portal_type without having it show up for all members?
I use a Python Script that can be called from anywhere:

  container.portal_types.constructContent(type_name,context,id,
                                          container.REQUEST.RESPONSE)


Dieter