Click or drag to resize
UserSmartTipDismissalManager.StoreDismissedSmartTip Method
Stores specified smart tip to dismissed list.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public void StoreDismissedSmartTip(
	string uniqueIdentifier
)

Parameters

uniqueIdentifier
Type: System.String
Unique identifier of the smart tip
See Also