Click or drag to resize
LinkInfoProviderGetLinkInfo Method (Guid)

Note: This API is now obsolete.

Gets a LinkInfo object with specified GUID.

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

Parameters

linkGuid
Type: SystemGuid
GUID of the link

Return Value

Type: LinkInfo
See Also