Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • David Peck 615 posts 1646 karma points c-trib
    Oct 15, 2016 @ 08:28
    David Peck
    0

    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.

  • Lee Kelleher 3945 posts 15163 karma points MVP 10x admin c-trib
    Oct 15, 2016 @ 10:10
    Lee Kelleher
    100

    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

  • David Peck 615 posts 1646 karma points c-trib
    Oct 15, 2016 @ 11:04
    David Peck
    0

    Cheers Lee

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies