06-05-07 12:16 PM
Hi,
this will affect performance significantly!
You have to recode them as outlined in point 2 in the following article:
http://blogs.technet.com/stefan_gos...ishing-api.aspx
Cheers,
Stefan
"zch" <zch@discussions.microsoft.com> wrote in message
news:6D32E1B1-7E68-4815-BE17-F881D73C7C05@microsoft.com...
> hi, Stefan
>
> We checked our web applications and found that there are many programs
> like
> the followings:
>
> foreach(ChannelItem subItem in subChannel.AllChildren)
> {
> if(subItem.CustomProperties["ishot"]!=null)
>
> cusPro_isHotValue=subItem.CustomProperties["ishot"].Value.ToString();/
/isHot
> if(subItem.CustomProperties["isnew"]!=null)
> cusPro_isNewValue=subItem.CustomProperties["isnew"].Value.ToString();/
/isNew
> ..
> }
>
> if they effect performance?
>
> Thanks a lot!
>
> zch
[ Post a follow-up to this message ]
|