Click or drag to resize
CMSMultiButtonBaseCreateListItem Method
Creates one dropdown list item when there are more than one actions added. List item contains hyperlink which triggers postback when clicked.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
protected virtual HtmlGenericControl CreateListItem(
	CMSButtonAction action
)

Parameters

action
Type: CMS.Base.Web.UICMSButtonAction
List item representing this action will be created

Return Value

Type: HtmlGenericControl
List item representing one action
See Also