Click or drag to resize
ContactGroupInfoProviderGetContactGroupInfoInternal Method (String)
Returns contact group with specified name.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
protected virtual ContactGroupInfo GetContactGroupInfoInternal(
	string groupName
)

Parameters

groupName
Type: SystemString
Contact group name

Return Value

Type: ContactGroupInfo
See Also