Click or drag to resize
LinkInfoProviderGetLinkInfo Method (Int32)

Note: This API is now obsolete.

Gets a LinkInfo object with specified ID.

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

Parameters

linkId
Type: SystemInt32
ID of the link

Return Value

Type: LinkInfo
See Also