Gets all (or top N) contact IDs in a given contact group for newsletters.
If bounced e-mail monitoring is enabled, only contacts that have less bounces then bounce limit are returned.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- contactGroupId
- Type: System Int32
Contact group ID
- topN
- Type: System Int32
Top N
- lastMemberId
- Type: System Int32
Contacts with higher IDs will be returned
- monitoringEnabled
- Type: System Boolean
Indicates if bounced e-mail monitoring is enabled
- bounceLimit
- Type: System Int32
Bounce e-mail limit
- newsletterId
- Type: System Int32
Newsletter ID - it allows to filter-out unsubscribed contact group members; optional
Return Value
Type: DataSetSee Also