[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Appendix B: API Reference

webmaster@zope.org webmaster@zope.org
Thu, 03 Oct 2002 04:32:24 -0400


A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/AppendixB.stx#2-137

---------------

    An ObjectManager contains other Zope objects. The contained
    objects are Object Manager Items.

      % ajung - June 20, 2002 8:39 am:
       why are the manage_* () functions missing?
       people are asking how to delete an object from the objectmanager
       and there is no documentation here.

      % Anonymous User - July 21, 2002 12:33 am:
       For anyone who is actually trying to figure out how to delete an object, refer to...
       http://www.zope.org/Members/Mammux/removeZClasses

      % xqvverty - Sep. 13, 2002 9:53 pm:
       If somone wants to delete a file, use this:

       <dtml-call "manage_delObjects('ObjectName')">

       The explanation of this instruction should be in this section of the manual.

      % Anonymous User - Oct. 3, 2002 4:32 am:
       Here here! In fact a proper "API documentation" should include ALL methods, functions, constructors available
       - just to know the method names and argument types would help! I have spent nearly an hour trying to find the
       syntax for deleting objects from Zope. Very annoying!