|
Home > Archive > Microsoft Content Management Server > August 2004 > Customized Placeholder
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Customized Placeholder
|
|
| Mahendran 2004-08-19, 2:48 am |
| Hi,
I have designed a customized placeholder for multilingual purpose.
In my customized placeholder class calls methods to load ,save,presentation
or authoring the content.
I want to handle delete event of the content also.
how do i handle it ?
Any interfaces or class need to inherit ?
Thanks for your help
Mahendran.B.
| |
| Stefan [MSFT] 2004-08-19, 7:47 am |
| Hi Mahendran,
I assume you are talking about a custom placeholder control and not a custom
placeholder.
There is no delete event in the placeholder control (or placeholder) as
placeholder content is never deleted - only changed during another save.
Only postings are deleted - so you could implement a CmsPosting_Deleting
workflow event for the posting.
Cheers,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
MCMS FAQ:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...t+S
erver
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------
"Mahendran" <mahendran@vishwak.com> wrote in message
news:OpJb2tahEHA.4064@TK2MSFTNGP12.phx.gbl...
> Hi,
>
> I have designed a customized placeholder for multilingual purpose.
>
> In my customized placeholder class calls methods to load
,save,presentation
> or authoring the content.
>
> I want to handle delete event of the content also.
>
> how do i handle it ?
>
> Any interfaces or class need to inherit ?
>
> Thanks for your help
>
> Mahendran.B.
>
>
|
|
|
|
|