GetFileListingWithLinks nameMask input changed from Thingworx 8 to Thingworx 9?
I have several projects that were recently migrated from Thingworx 8 to Thingworx 9. In these projects I had FileRepository Things where I was using the built-in GetFileListingWithLinks service. In Thingworx 8, I was using the following syntax for the nameMask:
nameMask = *.jpg | *.png
if I wanted to search for either format in the repository. This no longer works in Thingworx 9. What is the new syntax for nameMask to search for files of multiple different formats? Thanks!

