[Zope] Deleting an object from ZCatalog search results
Nuno Maltez
nuno@xml.pt
Mon, 4 Feb 2002 18:13:28 +0000
Em Segunda, 4 de Fevereiro de 2002 16:11, Paula Mangas escreveu:
> Hi!
> If you want to delete the object, you have the delObject method...
>
> _delObject(father_folder, object_id)
I understand that, but what I really want to know is if there's an
easy way of getting the "father_folder" of an object. My cataloged
objects could be anywhere in the ZODB Tree.
Is there a parent attribute or something that I can use from "inside"
(<dtml-with...>) an object?
Thanks again,
Nuno