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.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected virtual HyperLink CreateListItemHyperLink(
	CMSButtonAction action
)

Parameters

action
Type: CMS.Base.Web.UICMSButtonAction
Hyperlink will represent this action

Return Value

Type: HyperLink
See Also