Microsoft Content Management Server - Submitting Event

This is Interesting: Free IT Magazines  
Home > Archive > Microsoft Content Management Server > January 2007 > Submitting Event





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 Submitting Event
Tom

2007-01-26, 7:20 pm

I know about the CMS event handlers.
I know I can intercept the events and do something else.
So I want to intercept the event CMSPosting_Submitting(Object sender,
ChangingEventArgs e)
and send them to another aspx page.
This I can do.

But how do I pass the sender and the ChangingEventArgs to my new page as I
the only way I know how to redirect is through Response.Redirect.

Thanks

Tom


Stefan Goßner [MSFT]

2007-01-29, 7:18 am

Hi Tom,

what you want to do should not be done in a workflow event but in a custom
console action.
See here on how to implement such custom actions:
http://msdn.microsoft.com/library/d....asp?frame=true

Cheers,
Stefan


"Tom" <Tom@discussions.microsoft.com> wrote in message
news:32263047-5C2F-453C-BBA1-8117AF26D9BE@microsoft.com...
>I know about the CMS event handlers.
> I know I can intercept the events and do something else.
> So I want to intercept the event CMSPosting_Submitting(Object sender,
> ChangingEventArgs e)
> and send them to another aspx page.
> This I can do.
>
> But how do I pass the sender and the ChangingEventArgs to my new page as I
> the only way I know how to redirect is through Response.Redirect.
>
> Thanks
>
> Tom
>
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com