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

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static ContactGroupInfo GetContactGroupInfo(
	string groupName,
	string siteName
)

Parameters

groupName
Type: SystemString
Contact group name
siteName
Type: SystemString
Site name

Return Value

Type: ContactGroupInfo
See Also