| Stefan [MSFT] 2006-04-27, 7:27 am |
| Hi Imtiyaz,
the easiest way to achieve this is to implement a
CmsPosting_PropertyChanging event handler in the global.asax.cs.
Here you are able to monitor every property setting and you are able to
modify the the value for each property.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
Check out the new book as well: Advanced MCMS development:
http://tinyurl.com/8ugwj
----------------------
"imtiyaz" <saya@yahoo.co.in> wrote in message
news:9f617b9470464d48b980db7c0a08759b@ur
eader.com...
> Hi,
>
> I want to change the name of posting at the time of saving. I want to add
> some postfix to the name of the posting to identify it later.
>
> I know that I can do it by inheriting AuthoringSaveNewAction class but I
> do
> not know which function I should override and which property I should set
> to
> change the name of posting.
>
> Thanks in advance
> Imtiyaz [MCP]
|