Click or drag to resize
ClickedLinkInfoProviderGetClickedLinks Method

Note: This API is now obsolete.

Returns a query for all the ClickedLinkInfo objects.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IClickedLinkInfoProvider.Get() instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - ClickedLinkInfo.Provider.")]
public static ObjectQuery<ClickedLinkInfo> GetClickedLinks()

Return Value

Type: ObjectQueryClickedLinkInfo
See Also