Sitecore Tree list datasource - VersionExist
问题 in the Sitecore Treelist control, I want to get only the elements listed, which have a version on that language. I did a search and found out that there are parameters for including/excluding items/templates. But I cant give in a condition like Versions.Count > 0 Is there a way to do it by passing a parameter to the datasource field of the template? Or do I need to overwrite the treelist control? Thanx 回答1: This seems to work, but I didn't test it extensively... First create a class that