AI OnAI Off
As the breaking change notes (and before that, the obsolete message) suggest, you should be using the content APIs to manipulate the entry/node information. There is not a 1:1 map between Entry and EntryContentBase, but it's quite close.
For your snippets
Hi Quan
I already had something like that implemented. But I was looking for something more specific.
But I accepted your answer because I already had that implemented so I am know I was on the right path.
Thank you
I have tried to search for a guide and setup on how to replace our current logic when updating. So my last resort is to post on the forums here in hopes that you guys can guide me a bit.
We currently have some code in our inRiver Import Controller that is obsolete and removed. I would like to get some help to find the way to achieve something similar in Epi Commerce 13.
1st snippet: (Mediachase.Commerce.Catalog.Objects.Entry)
2nd snippet: (Mediachase.Commerce.Catalog.Objects.CatalogNode)
Here we need cn.CatalogNodeId and cn.CatalogId
variation of 2nd Snipper:
3rd snippet: (Mediachase.Commerce.Catalog.Objects.Entry)
Here we want the "childEntry.ID".