Click or drag to resize
UniViewCreateItem Method
Creates new UniView item and initialize object with selected template.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
protected UniViewItem CreateItem(
	Object dataItem,
	int index,
	UniViewItemType type
)

Parameters

dataItem
Type: SystemObject
Item data
index
Type: SystemInt32
Item index
type
Type: CMS.ControlsUniViewItemType
Item type

Return Value

Type: UniViewItem
New UniView item object
See Also