Hi Guys,
Is there a way to tell the Link editor to only give the UI option for choosing a page instead of the other DW link types? Our current code is as follows:
[Group(StringConstants.ItemTypeConstants.StandardFields)] [Name("Producten van derden locatie")] [Link] public string ThirdPartyProductsFolder { get; set; }
I get three options to choose from but I only want to show one. Anybody any idea?
Cheers,
Tom