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,
in Umbraco 7 I used this code to retrive a list of a dropdown's options.
var datatype = Umbraco.DataTypeService.GetDataTypeDefinitionByName("Data Type Name"); var preValues = Umbraco.DataTypeService.GetPreValuesByDataTypeId(datatype.Id);
In Umbraco 8 how can I do the same thing?
Thanks in advance
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
DropDown Prevalues
Hi,
in Umbraco 7 I used this code to retrive a list of a dropdown's options.
In Umbraco 8 how can I do the same thing?
Thanks in advance
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.