Click or drag to resize
UserSmartTipDismissalManagerStoreDismissedSmartTip 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: SystemString
Unique identifier of the smart tip
See Also