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 538 posts 1102 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

Please Sign in or register to post replies

Write your reply to:

Draft