Hi,
So I realized and tested that unpublished pages and the MUP if internal checks or just handles unpublished pages. It just doesn't show them on the client side. So it works for us. Visible was a different thing where I was probably thinking of two different situations. Unpublished vs "Visible".
Not sure about "Visible" but it does handle internal published pages meaning dead links won't be an issue in our case if the pages are internal. External links are something that we can't control other than just removing them from the MUP. All good in that case.
Umbraco .7.15, MultiURLPicker, can I use .Where("Visible") for my list?
Can I use .Where("Visible") for my list in Umbraco 7.15 using the Umbraco.MultiUrlPicker?
So far it looks like I can not, but I also don't want to have dead links. Anyone know if this is possible in the Razor when buliding the list?
Hi Carlos,
Not sure how .Where("Visible") can prevent from displaying dead links.
Dead links usually mean links to pages that not exist. Do you mean hidden or removed pages?
Can you show the code how you render MultiURLPicker value?
Thanks,
Alex
Hi, So I realized and tested that unpublished pages and the MUP if internal checks or just handles unpublished pages. It just doesn't show them on the client side. So it works for us. Visible was a different thing where I was probably thinking of two different situations. Unpublished vs "Visible".
Not sure about "Visible" but it does handle internal published pages meaning dead links won't be an issue in our case if the pages are internal. External links are something that we can't control other than just removing them from the MUP. All good in that case.
Just took some sleuthing to test it all out.
is working on a reply...