Click or drag to resize
UserSmartTipDismissalManager Class
Class that helps managing user's dismissed smart tips.
Inheritance Hierarchy
SystemObject
  CMS.Base.Web.UIUserSmartTipDismissalManager

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public class UserSmartTipDismissalManager

The UserSmartTipDismissalManager type exposes the following members.

Constructors
  NameDescription
Public methodUserSmartTipDismissalManager
Constructor.
Top
Methods
  NameDescription
Public methodIsSmartTipDismissed
Indicates whether is specified smart tip dismissed.
Public methodToggleSmartTipState
Toggles specified smart tip's state. If smart tip is dismissed, removes it from dismissed list. If not, smart tip is added to dismissed list.
Top
See Also