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
Hi All.
Is there a way to get a property name (NOT the alias) of particular node ?
At the moment inside the property class , there're only Value and Alias properties to get the property alias and the the value of that property
e.g : Property prop = new Property();
var value = prop.Value;
var alias = prop.Alias;
var name = ? prop.name?
Thanks
prop.text from memory.
Ah....Found It.
It's umbraco.library.GetPropertyTypeName method that i am looking for...
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
Get Document Property Name using API
Hi All.
Is there a way to get a property name (NOT the alias) of particular node ?
At the moment inside the property class , there're only Value and Alias properties to get the property alias and the the value of that property
e.g : Property prop = new Property();
var value = prop.Value;
var alias = prop.Alias;
var name = ? prop.name?
Thanks
prop.text from memory.
Ah....Found It.
It's umbraco.library.GetPropertyTypeName method that i am looking for...
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.