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

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.0.0
Syntax
C#
public static ContactGroupInfo GetContactGroupInfo(
	string groupName
)

Parameters

groupName
Type: SystemString
Contact group name

Return Value

Type: ContactGroupInfo
See Also