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.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
protected virtual HtmlGenericControl CreateListItem(
	CMSButtonAction action
)

Parameters

action
Type: CMS.ExtendedControlsCMSButtonAction
List item representing this action will be created

Return Value

Type: HtmlGenericControl
List item representing one action
See Also