[Zope] Getting the id of a DTML Document/Method in Python

Andreas Pauley andreasp@qbcon.com
Wed, 13 Jun 2001 18:23:08 +0200


Casey Duncan wrote:
> 
> try using the getId() method of the object instead of accessing the id
> attribute directly. Sometimes id is just a value other times it is a
> method.
> 
Thanks!
getId() works for Folders and DTML Documents/Methods.
Are there any documentation on which methods are available for each type
of object?

Thanks again,
Andreas.