| UserSmartTipDismissalManagerToggleSmartTipState Method | 
            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.
            
 
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic void ToggleSmartTipState(
	string uniqueIdentifier
)
Parameters
- uniqueIdentifier
- Type: SystemString
 Unique identifier of the smart tip
 See Also
See Also