ModuleCommands OnlineMarketingGetContactGroupMemberIDs Method Kentico 8.0 API Reference
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.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

contactGroupId
Type: OnlineSystem Int32
Contact group ID
topN
Type: OnlineSystem Int32
Top N
lastMemberId
Type: OnlineSystem Int32
Contacts with higher IDs will be returned
monitoringEnabled
Type: OnlineSystem Boolean
Indicates if bounced e-mail monitoring is enabled
bounceLimit
Type: OnlineSystem Int32
Bounce e-mail limit
newsletterId
Type: OnlineSystem Int32
Newsletter ID - it allows to filter-out unsubscribed contact group members; optional

Return Value

Type: OnlineDataSet
See Also