02-24-05 12:51 PM
I always use listcollections for this kind of work. Whenever I write
controls to handle channel Items I generally utilize the collection
iterface, rather than a specific type, then your code does not care if you
pass it a ChannelItemCollection or a List....
"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:ez8IfwmGFHA.3912@TK2MSFTNGP10.phx.gbl...
> Hi Goncalo,
>
> the only thing you could do is to combine two collections using the Union
> method.
> But you could copy the collection into an array (using CopyTo method) and
> then add the other Channel Item to the array.
>
> Cheers,
> Stefan.
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
> Book: Building Websites Using MCMS: http://tinyurl.com/3lh8s
> ----------------------
>
>
> "Gonçalo Boléo" <gboleo@netcabo.pt> wrote in message
> news:e7Zf8BmGFHA.3072@tk2msftngp13.phx.gbl...
> another
>
>
[ Post a follow-up to this message ]
|