[EMAIL PROTECTED] wrote:
info = context.proxy.getContentInfo(proxy,doc=context,level=3)
but it throws me an attribute error on proxy....

Context probably is the proxy (depending on how the script is run).
So info = context.getContentInfo(proxy,doc=doc,level=3) is more likely to work. I'm not sure what doc is there, but probably
doc = context.getContent()

--
Lennart Regebro, Nuxeo     http://www.nuxeo.com/
CPS Content Management     http://www.cps-project.org/
_______________________________________________
cps-devel mailing list
http://lists.nuxeo.com/mailman/listinfo/cps-devel

Reply via email to