Click or drag to resize
ContactGroupMemberInfoProviderGetNumberOfContactsInGroupInternal Method (Int32, Boolean)

Note: This API is now obsolete.

Returns number of contacts in specified contact group.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("Use method without last parameter, because merged contacts aren't in contact groups anymore.")]
protected virtual int GetNumberOfContactsInGroupInternal(
	int contactGroupId,
	bool excludeMerged
)

Parameters

contactGroupId
Type: SystemInt32
Contact group ID
excludeMerged
Type: SystemBoolean
Indicates if merged contacts should be excluded from the count

Return Value

Type: Int32
See Also