[Zope] Accessing properties of the folder of a document
Dieter Maurer
dieter@handshake.de
Fri, 7 Dec 2001 01:37:58 +0100
Tille, Andreas writes:
> I wonder if I did not read carefully the docs but I have not found a clue,
> how to access the properties like 'id', 'title' and potentially others
> from the folder my DTMLDocument or a self written product (in Python code).
>
> Any ideas / examples how to do that?
"object.id", "object.title", ....
But, in earlier posts, I saw, you do that already...
Maybe, I do not understand your question...
Dieter