I'm developing a package, which I'd like to do in a way that is as integrated with Umbraco as possible, using existing services as much as possible for example. However is like to use the umbracoNode table for my custom tree, but there isn't much documentation on how it works. If I do add my rows, with a new object type, to the table is there any problem with this?
I don't want them getting erased during an upgrade for example.
umbracoNode is fair game for packages?
I'm developing a package, which I'd like to do in a way that is as integrated with Umbraco as possible, using existing services as much as possible for example. However is like to use the umbracoNode table for my custom tree, but there isn't much documentation on how it works. If I do add my rows, with a new object type, to the table is there any problem with this?
I don't want them getting erased during an upgrade for example.
Hi David,
Using the umbracoNode table is fine, I know other packages have used it in the past, (but I can't recall any off the top of my head).
Like you say, as long as you've got your own object type GUID, then that'll be fine.
Umbraco upgrades wouldn't remove any data from that table, as it's all the content of the website.
Cheers,
- Lee
Cheers Lee
is working on a reply...