I need to determine if a channel has a template or not via api. Can I safely assume that if channel.getPageRef() returns null that there is no template associated to the channel. That seems to be the pattern I noticed in testing. I want to make sure this is the case before I put out the code.
Thanks.