Version 2.4.5.2 for SharePoint 2013 Released
August 31, 2015
- Taxonomy Navigation Urls will be listed as fully qualified Urls for the current Web Application.
- Lists can now be excluded from caching by specifying the list Url in the CacheExcludeList attribute within the sparch:menu declaration in the master page.
For example:
$$sparchstart CacheExcludeList='http://sharepoint.example.com/lists/MyList' $$sparchend
The list located at 'http://sharepoint.example.com/lists/MyList' will be not be included in Mega Drop Down's internal memory cache.
Multiple lists can be declared by separating each list Url with the pipe (|) symbol.
For example:
$$sparchstart CacheExcludeList='http://sharepoint.example.com/lists/MyList | http://sharepoint.example.com/lists/AnotherList'$$sparchend
The lists located at 'http://sharepoint.example.com/lists/MyList' and 'http://sharepoint.example.com/lists/AnotherList' will both be excluded from Mega Drop Down's memory cache.
The Url specified for the CacheExcludeList attribute should exactly match the Url defined for the List Heading.