AdditionalFilter question

Posted by Community Admin on 04-Aug-2018 21:11

AdditionalFilter question

All Replies

Posted by Community Admin on 17-Nov-2014 00:00

I need to split out the generated filter expression in a DynamicContentView to get a list of selected tags and categories...is there an easy way or helper to do this?

I'm not wanting the resulting filterexpression string, but just a way to know which is which from the MasterViewControl.AdditionalFilter.QueryItems collection.

Posted by Community Admin on 20-Nov-2014 00:00

Hi Steve,

There is no easy way to get the AdditionalFilter collection. You will need to override both the DynamicContentView and the  DynamicContentViewMaster classes. From the second you have the AdditionalFilter method exposed. Feel free to add any additional logic to manipulate the collection there.

Regards,
Ivan D. Dimitrov
Telerik

 
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Sitefinity CMS Ideas&Feedback Portal and vote to affect the priority of the items
 

This thread is closed