However, ContentTypeService.Get(aliasAbove) can only fetch the type for myTemplate above, the rest are returned as null. How can I fetch those type definitions?
Off topc: How to I post to other forums than "Using Umbraco And Getting Started"? No matther what I do, the threads end up here
Get content type for Umbraco default types
I'm making a plugin and need some assistance with the Content Type Service:
ContentTypeService.GetAllContentTypeAliases()
yields:However,
ContentTypeService.Get(aliasAbove)
can only fetch the type formyTemplate
above, the rest are returned asnull
. How can I fetch those type definitions?Off topc: How to I post to other forums than "Using Umbraco And Getting Started"? No matther what I do, the threads end up here
is working on a reply...