SubscriberLinkInfoProviderGetLinks Method |
Gets a dataset with SubscriberLinkInfo records of a specified subscriber.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax public static InfoDataSet<SubscriberLinkInfo> GetLinks(
int subscriberId
)
Parameters
- subscriberId
- Type: SystemInt32
ID of the subscriber
Return Value
Type:
InfoDataSetSubscriberLinkInfoA DataSet containing the SubscriberLinkInfo records
See Also