Sample event system code for Tridion 2011 SP1

∥☆過路亽.° 提交于 2020-01-02 07:24:58

问题


Right now we are using Tridion 5.3. For number of publications we have event system implemented like sending some mail notification if component is localized, or sending a mail notification when particular activity is completed in workflow process etc.

Our current event system is implementation in Visual Basic 6.0, now when we have to rewrite our code we have to use .NET for the same.

My question is where I can get some sample code for beginners or documentation how event system can be implemented in Tridion 2011 SP1.


回答1:


These are the top three links when I google for Tridion 2011 event systems:

  • http://www.sdltridionworld.com/articles/sdltridion2011/sdltridion2011eventsystem.aspx
  • http://www.julianwraith.com/2011/02/event-systems-in-sdl-tridion-2011/
  • http://www.curlette.com/?p=90

Each of them is a decent introduction to writing event handlers for Tridion 2011, which in itself is a lot clear/less involved than writing an event system for previous Tridion versions.

If you are having a concrete problem with your Tridion 2011 event handler, I suggest posting the code and describing the problem.




回答2:


In addition to Frank's excellent suggestions, there is also a sample event handler and full documentation available in the online docs (Username/Password required).



来源:https://stackoverflow.com/questions/11072387/sample-event-system-code-for-tridion-2011-sp1

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!