Click or drag to resize
UserSmartTipDismissalManager.IsSmartTipDismissed Method
Indicates whether is specified smart tip dismissed.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public bool IsSmartTipDismissed(
	string uniqueIdentifier
)

Parameters

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

Return Value

Type: Boolean
See Also