08-25-04 09:19 AM
Xavier,
Write a Posting_Deleting workflow event which expires the posting and does
not delete it (use e.Cancel to stop the delete).
An NT service or similar timer-based background process using
CmsApplicationContext can then move the posting into your custom channel
when it finds the expired posting.
--
Glen Wells
www.cubik.co.uk
"X" <xavier@haisjo.nl> wrote in message
news:36999e8d.0408250153.eee138e@posting.google.com...
> Hello
>
> In the code behind I want to change the user.
> With the appContext it's possible, but with the HTTPContext it's not
> possible.
>
> We want to do the following,
> On delete we want to move a posting to a channel where only a admin
> has rights.
> So we want to change user in the codebehind and move the posting to
> the channel above.
>
> We notice that you can change the user with the appcontext, but not
> with the httpContext.
>
> Does anybody know a sollution for this problem?
>
> Greetings Xavier
[ Post a follow-up to this message ]
|