Owain
12/06/2024, 3:40 PMIEnumerable<IProperty> properties = media
.GetPropertiesByEditor(customPropertyAlias)
.ToList();
But when I try and use GetPropertiesByEditor() in v14, I never find the field on my media item. I've added a custom property to media and if I hover over media I can see my Property but only the Alias which can be set to anything the user wishes which why I wanted to use byEditor name because I can control that. Any ideas?
Posted in the package-development channel but got not responses 😄