Method GetIndexedList
- Namespace
- Innova.Data.AppSettings
- Assembly
- Innova.Data.dll
GetIndexedList(bool)
Gets the indexed list that combines the pinned list and the latest list.
public List<MyIndexedListItem> GetIndexedList(bool merge)
Parameters
merge
boolA flag indicating whether to merge the lists or not.
Returns
- List<MyIndexedListItem>
The indexed list.