Click or drag to resize
GroupedEnumerableItemTypeEnsureList Method
Ensures the list with specified key value.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
protected List<ItemType> EnsureList(
	SafeDictionary<Object, List<ItemType>> groupTable,
	Object key
)

Parameters

groupTable
Type: CMS.BaseSafeDictionaryObject, ListItemType
Group table
key
Type: SystemObject
List key

Return Value

Type: ListItemType
See Also