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,
How to retrieve property names instead of property alias in c#?
Thanks,
Manasa
Hi
Use the library function:
foreach (var p in myNode.Properties) { umbraco.library.GetPropertyTypeName("ContentTypeAlias", p.PropertyTypeAlias ); }
Can use for a single property or the example above loops through all the properties on a ContentType.
Hope that helps.
Damian
thnks Damian :)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
To retrieve property names instead of property alias
Hi,
How to retrieve property names instead of property alias in c#?
Thanks,
Manasa
Hi
Use the library function:
Can use for a single property or the example above loops through all the properties on a ContentType.
Hope that helps.
Damian
thnks Damian :)
thnks Damian :)
is working on a reply...