Number of metadata filter limits ?
Is there a limit to the number of MetaDataFilterItems that one can add to filter a list of views ?
I'm wanting to filter by a 'list' of specific filenames rather than wildcard filters 'vw%' etc
Is there a low limit or is it effectively unlimited ?
Thanks
Hello,
There is no limit on the number of metadata filter items; you can add as many items as you wish. But if you have a list of objects to show, it might be a good idea to load metadata from the pre-generated XML file. You can download the Metadata editor tool from the download page. Using it, you can load metadata from your database, remove unwanted objects and then save this information to the XML file. You can load it using the MetadataContainer.LoadFromXMLFile method or you can save the content of this file in resource and load as a string using the MetadataContainer.LoadFromXML method.