Click or drag to resize
CMSAbstractLayoutWebPartAppendItemStart Method
Appends the code to render the item start

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
protected void AppendItemStart(
	int currentItem,
	int i
)

Parameters

currentItem
Type: SystemInt32
Current item
i
Type: SystemInt32
Item index
See Also