[Zope] Temporary Folder Object Creation
Dieter Maurer
dieter at handshake.de
Sat Sep 4 15:02:23 EDT 2004
Asad Habib wrote at 2004-9-3 17:03 -0400:
>Is it possible to create an object of type Temporary Folder at or below
>the root level? I tried doing this via the ZMI but it isn't one of the
>object types that appears in the list.
It is not in the list, because it is registered with
"visibility=0" (see "Products/TemporaryFolder/__init__.py").
They can be created in a script as usual:
destination.manage_addProduct['TemporaryFolder'].\
constructTemporaryFolder(id, ...)
--
Dieter
More information about the Zope
mailing list