Is it possible to get all possible values that a checkbox property can have selected ? I don't want to get only the selected ones but all of them. I know about Umbraco.DataTypeService.GetPreValuesByDataTypeId but I do not want to hardcode the ID of the property.
I need something like DocumentType.Property.Prevalues if you know what I mean.
Get all possible values of checkbox property
Is it possible to get all possible values that a checkbox property can have selected ? I don't want to get only the selected ones but all of them. I know about Umbraco.DataTypeService.GetPreValuesByDataTypeId but I do not want to hardcode the ID of the property. I need something like DocumentType.Property.Prevalues if you know what I mean.
is working on a reply...