Hello,
I know we can get all the channels in a site using the ChannelDBQuery. What I'd like to do is restrict the list of channels to just those in the Home channel path, and not the other three. Is there a way to do that? Right now, I am iterating through ALL the channels and doing a test to see if the rootchannel is Home before proceeding. This means I am returning more channels than needed. I would like to return JUST those channels in the Home rootchannel.
Thanks.