Click or drag to resize
ClickedLinkInfoProviderGetClickedLinkInfo Method (Int32)

Note: This API is now obsolete.

Returns ClickedLinkInfo with specified ID.

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

Parameters

id
Type: SystemInt32
ClickedLinkInfo ID

Return Value

Type: ClickedLinkInfo
See Also