Click or drag to resize
UniViewGetItemType Method
Returns item type based on current index and item count.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
protected UniViewItemType GetItemType(
	int index,
	int count
)

Parameters

index
Type: SystemInt32
Item index
count
Type: SystemInt32
Item count

Return Value

Type: UniViewItemType
See Also