Click or drag to resize
ContactGroupMemberInfoProviderGetContactGroupMembers Method
Gets contacts in a given contact group.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.0.0
Syntax
C#
public static ObjectQuery<ContactGroupMemberInfo> GetContactGroupMembers(
	int contactGroupId,
	bool monitoringEnabled,
	int bounceLimit
)

Parameters

contactGroupId
Type: SystemInt32
Contact group ID
monitoringEnabled
Type: SystemBoolean
Indicates if bounced e-mail monitoring is enabled
bounceLimit
Type: SystemInt32
Bounce e-mail limit

Return Value

Type: ObjectQueryContactGroupMemberInfo
Remarks
If bounced e-mail monitoring is enabled, only contacts that have less bounces then bounce limit are returned.
See Also