Click or drag to resize
GroupedEnumerableItemTypeAddItem Method
Adds the item to the group table.

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

Parameters

groupTable
Type: CMS.BaseSafeDictionaryObject, ListItemType
Table containing the groups
item
Type: ItemType
Item to add
See Also