Click or drag to resize
SubscriberLinkInfoProviderGetLinks Method
Gets a dataset with SubscriberLinkInfo records of a specified subscriber.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax
C#
public static InfoDataSet<SubscriberLinkInfo> GetLinks(
	int subscriberId
)

Parameters

subscriberId
Type: SystemInt32
ID of the subscriber

Return Value

Type: InfoDataSetSubscriberLinkInfo
A DataSet containing the SubscriberLinkInfo records
See Also