Click or drag to resize
InfoDataSetTInfoAddItems Method
Adds the items to the data set

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected void AddItems(
	params TInfo[] items
)

Parameters

items
Type: TInfo
Items to add
See Also