I'm upgrading an Umbraco 7.15.7 instance to Umbraco 8.18.5 (we're still on .Net Framework so I can't go higher). The ContentService used to have a method called GetContentOfContentType that's no longer there. Is there a suggestion for doing the same thing in v8? I'm looking to get a group of content with the same document type. Thanks in advance
ContentService GetContentOfContentType
I'm upgrading an Umbraco 7.15.7 instance to Umbraco 8.18.5 (we're still on .Net Framework so I can't go higher). The ContentService used to have a method called GetContentOfContentType that's no longer there. Is there a suggestion for doing the same thing in v8? I'm looking to get a group of content with the same document type. Thanks in advance
Hi Drew,
Check out the following post for the alternatives in v8
https://our.umbraco.com/forum/extending-umbraco-and-using-the-api/96009-methods-missing-from-contentservice-api
is working on a reply...