Click or drag to resize
SmartTipController Class
Handles the smart tips.
Inheritance Hierarchy
SystemObject
  ApiController
    CMS.Base.Web.UISmartTipController

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public sealed class SmartTipController : ApiController

The SmartTipController type exposes the following members.

Constructors
  NameDescription
Public methodSmartTipController
Top
Methods
  NameDescription
Public methodToggle
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.
Top
See Also