I have a path (ex. /Sites/mysite/Home/subchannel/another/yetanother ) and I want to retrieve the channel, but currently I'm using findSiteByName, and getHomeChannel, and recursively getAllSubChannels and comparing names until I get the one I want. There's got to be a better way to do this. Any ideas?
Is there any Channel equivalent to Project.findProjectByPath(projectPath) ?
-Steve