Hello 

I'm developing a product in which I need to create and delete content
types from python. Now, to create a content type I use this method.

 

#crear una carpeta.

         container = self

         container.invokeFactory(type_name="Folder", id=id)

         container[id].edit(title=title, description=description)

 

But in any moment I'll need to delete it, and that's de problem because
I don't know how to do that. 

Please if can help me 

Excuse my English

 

_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to