[Zope] Delete a DTML-document
Casey Duncan
cduncan@kaivo.com
Tue, 17 Apr 2001 08:23:59 -0600
Frank Zorge wrote:
>
> Hi,
>
> Does anybody know how to delete (one or more) DTML-document(s) in a folder
> via DTML or Python (in a pythonscript) and not via the manager interface. Or
> maybe where I can find documentation about it. It's not in the howto's or on
> the mailinglist.
>
> Thanks
> Frank Zorge
>
folder.manage_delObjects(['id1','id2',...])
This can be called from DTML or Python.
--
| Casey Duncan
| Kaivo, Inc.
| cduncan@kaivo.com
`------------------>