GroupedEnumerableItemTypeAddItem Method |
Adds the item to the group table.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax protected void AddItem(
IDictionary<Object, List<ItemType>> groupTable,
ItemType item
)
Parameters
- groupTable
- Type: System.Collections.GenericIDictionaryObject, ListItemType
Table containing the groups - item
- Type: ItemType
Item to add
See Also