|
Home > Archive > Microsoft Content Management Server > May 2007 > Posting.Decline and Node ModifiedByUserId
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 |
Posting.Decline and Node ModifiedByUserId
|
|
| anthony.rafferty@marine.ie 2007-05-18, 7:19 am |
| When the posting Posting.Decline method is called, is the
ModifiedByUserId of the node set to the ID of the user who is declined
posting?
I send emails to inform last modified users of postings being approved
or declined. Last modified users are not getting mails and I think
this is the reason why.
Can anyone please confirm?
| |
| Stefan Goßner [MSFT] 2007-05-18, 1:20 pm |
| Hi Anthony,
the database schema is Microsoft Internal and not documented.
So I will not comment on this.
Are you talking about editor declined or moderator declined?
Cheers,
Stefan
<anthony.rafferty@marine.ie> wrote in message
news:1179480578.586446.76460@u30g2000hsc.googlegroups.com...
> When the posting Posting.Decline method is called, is the
> ModifiedByUserId of the node set to the ID of the user who is declined
> posting?
>
> I send emails to inform last modified users of postings being approved
> or declined. Last modified users are not getting mails and I think
> this is the reason why.
>
> Can anyone please confirm?
>
| |
| anthony.rafferty@marine.ie 2007-05-18, 1:20 pm |
| On May 18, 2:10 pm, "Stefan Go=DFner [MSFT]"
<stef...@online.microsoft.com> wrote:
> Hi Anthony,
>
> the database schema is Microsoft Internal and not documented.
> So I will not comment on this.
>
> Are you talking about editor declined or moderator declined?
>
> Cheers,
> Stefan
>
> <anthony.raffe...@marine.ie> wrote in message
>
> news:1179480578.586446.76460@u30g2000hsc.googlegroups.com...
>
>
>
>
>
>
> - Show quoted text -
Hi Stefan,
Thanks for reply.
Editor declined.
Is there a difference in terms of what happens when Posting.Decline
does in the code behind?
Thanks,
Tony.
| |
| Stefan Goßner [MSFT] 2007-05-18, 1:20 pm |
| Hi Anthony,
moderator and editor approve different nodes.
So different columns are affected.
Editor Decline will update the LastModifiedBy and LastApprovedDeclinedBy
property.
So you can retrieve the value from these Publishing API properties.
Cheers,
Stefan
<anthony.rafferty@marine.ie> wrote in message
news:1179499608.040566.100230@o5g2000hsb.googlegroups.com...
On May 18, 2:10 pm, "Stefan Goßner [MSFT]"
<stef...@online.microsoft.com> wrote:
> Hi Anthony,
>
> the database schema is Microsoft Internal and not documented.
> So I will not comment on this.
>
> Are you talking about editor declined or moderator declined?
>
> Cheers,
> Stefan
>
> <anthony.raffe...@marine.ie> wrote in message
>
> news:1179480578.586446.76460@u30g2000hsc.googlegroups.com...
>
>
>
>
>
>
> - Show quoted text -
Hi Stefan,
Thanks for reply.
Editor declined.
Is there a difference in terms of what happens when Posting.Decline
does in the code behind?
Thanks,
Tony.
|
|
|
|
|