08-13-07 06:19 PM
try this
Channel chCurrentChannel = (Channel) CmsHttpContext.Current.RootChannel
(this will give you the root channel object "/Channels")
write a function to display all subchannels under the root channel.
foreach Channel subChanel in chCurrentChannel.Channels
Response.write (subChanel .DisplayName)
<ynevet@gmail.com> wrote in message
news:1186945367.209358.182950@l70g2000hse.googlegroups.com...
> Hi folks,
>
> How can I find out all the channels at my MCMS2002 server by some
> object in ASP.NET?
>
> For example: Displaying a list of the channels in some table in my
> asp.net page.
>
> Any CMS object?
>
> Thanks.
>
> Yair
>
[ Post a follow-up to this message ]
|