Click or drag to resize
CMSMultiButtonBaseCreateListItemHyperLink Method
Creates hyperlink which is used as a content of the list item. This is the clickable part of the dropdown list.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
protected virtual HyperLink CreateListItemHyperLink(
	CMSButtonAction action
)

Parameters

action
Type: CMS.ExtendedControlsCMSButtonAction
Hyperlink will represent this action

Return Value

Type: HyperLink
See Also