Click or drag to resize
SubscriberLinkInfoProviderGetSubscribers Method
Gets a dataset with SubscriberLinkInfo records of a specified link.

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

Parameters

linkId
Type: SystemInt32
Id of the link

Return Value

Type: InfoDataSetSubscriberLinkInfo
A DataSet containing the SubscriberLinkInfo records
See Also