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