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

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
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.DocumentEngine.Web.UIUniViewItemType
Item type

Return Value

Type: UniViewItem
New UniView item object
See Also