IncludeFiltersAsViews
Set this to true if you want to expose filters for the modules as views.(Also konwn as Saved List Views).
Data Type
bool
Default Value
true
Remarks
You can query the filtered modules like you would query the views:
SELECT * FROM [Filter_People_CadenceTest]
where "People" is the name of the module and "CadenceTest" is the name of the filter applied to that module.