Click or drag to resize
ModuleCommandsOnlineMarketingGetContactGroupName Method
Returns display name of the contact group specified by its ID.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static string OnlineMarketingGetContactGroupName(
	int contactGroupId
)

Parameters

contactGroupId
Type: SystemInt32
Contact group ID

Return Value

Type: String
See Also