Level up and All albums in Music section
#1
Hi! When entering in albums from an artist you can have an icon for Level up and other for All albums before the list of albums. Is there any way that could be used with conditional visibility so as to know if you are in one or another? I tried with !ListItem.Album but it returns true for both cases...
Thanks!
If I have helped you or increased your knowledge, please click the 'thumbs up' button to give thanks :)
Reply
#2
Code:
ListItem.IsParentFolder

Code:
String.StartsWith(ListItem.Label,* )
Reply
#3
(2016-10-10, 17:29)Hitcher Wrote:
Code:
ListItem.IsParentFolder

Code:
String.StartsWith(ListItem.Label,* )

Thanks!
If I have helped you or increased your knowledge, please click the 'thumbs up' button to give thanks :)
Reply

Logout Mark Read Team Forum Stats Members Help
Level up and All albums in Music section0