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...
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
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...
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.