Click or drag to resize
GroupedEnumerable<ItemType>.AddItem Method
Adds the item to the group table.

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

Parameters

groupTable
Type: CMS.Base.SafeDictionary<Object, List<ItemType>>
Table containing the groups
item
Type: ItemType
Item to add
See Also