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 Inline informatisering & consultancy Witte Rozenstraat 48 2311 XX Leiden tel: (+31) (0)71 5133577 fax: (31) (0)71 5121366 email: zorge@inline-info.nl algemeen: info@inline-info.nl website: www.inline-info.nl
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 `------------------>
participants (2)
-
Casey Duncan -
Frank Zorge