Click or drag to resize
ClickedLinkInfoProviderSetClickedLinkInfo Method
Sets (updates or inserts) specified ClickedLinkInfo.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public static void SetClickedLinkInfo(
	ClickedLinkInfo infoObj
)

Parameters

infoObj
Type: CMS.NewslettersClickedLinkInfo
ClickedLinkInfo to be set
See Also