|
Home > Archive > Microsoft Content Management Server > August 2006 > PropertyChangedEventArgs PropertyValue
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 |
PropertyChangedEventArgs PropertyValue
|
|
| Chandy 2006-08-23, 1:22 pm |
| Hi all,
I previously used http://support.microsoft.com/kb/873203/ to do cleanup
of deleted resources. It all worked fine under ASP.Net 1.1 but now I
am trying it under 2.0 and I can't get it to compile as it says:
'PropertyValue' is not a member of
'Microsoft.ContentManagement.Publishing.Events.PropertyChangedEventArgs'
What the?? Is there some difference with SP2 that is causing this or
am I just missing a reference somewhere?
TIA,
Chandy
| |
| Stefan [MSFT] 2006-08-23, 1:22 pm |
| Hi Chandy,
that is as expected and is the same also for ASP.NET 1.1
This property is only available in the PropertyChangingEventArgs and not in
the PropertyChangedEventArgs.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
"Chandy" <chandy@totalise.co.uk> wrote in message
news:1156341065.832877.300660@p79g2000cwp.googlegroups.com...
> Hi all,
>
> I previously used http://support.microsoft.com/kb/873203/ to do cleanup
> of deleted resources. It all worked fine under ASP.Net 1.1 but now I
> am trying it under 2.0 and I can't get it to compile as it says:
>
> 'PropertyValue' is not a member of
> 'Microsoft.ContentManagement.Publishing.Events.PropertyChangedEventArgs'
>
> What the?? Is there some difference with SP2 that is causing this or
> am I just missing a reference somewhere?
>
> TIA,
>
> Chandy
>
| |
| Chandy 2006-08-23, 1:22 pm |
|
There is a Far Side cartoon titled 'It was late and I was tired'.
That's all I'll say 
Thanks Stefan!
Chandy
Stefan [MSFT] wrote:[vbcol=seagreen]
> Hi Chandy,
>
> that is as expected and is the same also for ASP.NET 1.1
> This property is only available in the PropertyChangingEventArgs and not in
> the PropertyChangedEventArgs.
>
> Cheers,
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
>
> "Chandy" <chandy@totalise.co.uk> wrote in message
> news:1156341065.832877.300660@p79g2000cwp.googlegroups.com...
|
|
|
|
|