Hi,
Does anyone know if there are any callbacks triggered when deleting a rendition?
I have looked at the NodeCallbacks (LLIApiRoot) object but it seems that none of the callbacks is triggered when a rendition is deleted.
/Peter
Yes it does.
Take a look at$Renditions:Rendition NodeCallbacks:DocNodeCallBacks object.
- Pramod Mohandas
Thanks Pramod, but it seems that none of those callbacks get triggered when I delete the rendition.
(I use CS 10.5)
/Pete
RE Callback triggered when deleting a rendition? Posted byBladh, PeterOn 10/10/2016 05:43 PM Thanks Pramod, but it seems that none of those callbacks get triggered when I delete the rendition.(I use CS 10.5)/Pete[To post a comment, use the normal reply function]Topic:Callback triggered when deleting a rendition?Forum:Content Server Development ForumContent Server:Knowledge Center CS16
Hi Pete,
As you've surmised from the names of the available callbacks, no, there isn't one for the deletion of renditions. (There is only CBRenditionCopy.)
-chris
Yes, I use the GUI to delete the rendition exactly as you describe.
I have tried using break points and echo printouts but I cannot see that the deletion of the rendition triggers any callbacks.