4 Sep
2004
4 Sep
'04
7:02 p.m.
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