GroupedEnumerableItemTypeEnsureList Method |
Ensures the list with specified key value.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax protected List<ItemType> EnsureList(
IDictionary<Object, List<ItemType>> groupTable,
Object key
)
Parameters
- groupTable
- Type: System.Collections.GenericIDictionaryObject, ListItemType
Group table - key
- Type: SystemObject
List key
Return Value
Type:
ListItemTypeSee Also