Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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;
myNode.GetProperty("Alias").Value
is working on a reply...
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.
Continue discussion
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;
myNode.GetProperty("Alias").Value
is working on a reply...
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.