Copied to clipboard

Flag this post as spam?

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


  • Brendan Rice 372 posts 608 karma points
    Sep 03, 2010 @ 12:09
    Brendan Rice
    0

    Read Macro Properties From Code Behind

    How do I get the properties from a macro for a node?

    The code below shows how I am getting the Umbraco node.

    int nodeId = Convert.ToInt32(Request["id"]);

                Node myNode = new Node(nodeId);

     

                Properties nodeProperties = myNode.Properties;

     

     

  • skiltz 501 posts 701 karma points
    Sep 03, 2010 @ 12:11
    skiltz
    0

    myNode.GetProperty("Alias").Value

  • 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