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.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
Syntax protected virtual HtmlGenericControl CreateListItem(
CMSButtonAction action
)
Parameters
- action
- Type: CMS.Base.Web.UICMSButtonAction
List item representing this action will be created
Return Value
Type:
HtmlGenericControlList item representing one action
See Also