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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...