Re: [Zope] Folderish object -API

2000-11-07 Thread Chris Withers
Petr Knapek wrote: > def manage_addISNGFolder(self, cz_id, title='', key_words=[], header='', footer='', > createPublic=0, > createUserF=0, > REQUEST=None): > """Add a new 'ISNG Folder' object with id *id*.""" ... >

Re: [Zope] Folderish object -API

2000-11-06 Thread Andy McKay
, 2000 4:46 AM Subject: [Zope] Folderish object -API > Hi Zopists, > I try to create ISNGFolder class which is subclassed from Zope Folder > class. During instantiation of this ISNGFolder class I also try to set > permissions ['View', 'Access contents information'

[Zope] Folderish object -API

2000-11-06 Thread Petr Knapek
Hi Zopists, I try to create ISNGFolder class which is subclassed from Zope Folder class. During instantiation of this ISNGFolder class I also try to set permissions ['View', 'Access contents information'] for role 'Content' by calling manage_role('Content', ['View', 'Access contents information'])