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
    Dec 09, 2024 @ 08:58
    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

  • 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.

Please Sign in or register to post replies