|
|
Rank: Newbie
Joined: 5/15/2008 Posts: 7 Location: Belgium
|
Hi,
I'm wondering how I can call a function when I save a content type. I would like to update an xml file every time a new customer is added. How can I achieve this?
Thx in advance!
|
|
 Rank: Addict
Joined: 2/19/2007 Posts: 741 Location: Belgium
|
You could do that with an actionhandler, http://www.umbraco.org/documentation/books/creating-and-using-an-action-handler
Umbraco tips and tricks: http://www.nibble.be - umbraco mvp 08/09 - certified level 1 & 2 professional
|
|
Rank: Newbie
Joined: 5/15/2008 Posts: 7 Location: Belgium
|
Exactly what I was looking for! Thank you!
|
|
Rank: Newbie
Joined: 5/15/2008 Posts: 7 Location: Belgium
|
In the namespace umbraco.BusinessLogic, I don't have the namespace Actions... This is included by default in the bussinesslogic assembly no?
|
|
Rank: Newbie
Joined: 5/15/2008 Posts: 7 Location: Belgium
|
Never mind, found it :)
|
|
|
Guest |