Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Owain Williams 482 posts 1414 karma points MVP 7x c-trib
    1 week ago
    Owain Williams
    0

    Migrate package to U14 but can't use GetPropertiesByEditor()

    Hey everyone - trying to migrate my MediaColourPicker to V14 and in my old package I had

    IEnumerable<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 type and if I hover over media while in debug I can see my custom property on the item but only the .Alias which can be set to anything the user wishes which is why I wanted to use GetPropertiesByEditor because I can control that. Any ideas?

    https://github.com/WildSiteCreations/Our.Community.MediaColourFinder/tree/v14-colour-finder

Please Sign in or register to post replies

Write your reply to:

Draft