Click or drag to resize
SmartTipControllerToggle Method
Toggles state of the smart tip identified by smartTipIdentifier. If smart tip is dismissed, removes it from dismissed list. If not, smart tip is added to dismissed list.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public void Toggle(
	string smartTipIdentifier
)

Parameters

smartTipIdentifier
Type: SystemString
Unique identifier of the smart tip
See Also