Click or drag to resize
ModuleCommandsMessagingAddToContactList Method
Adds user to contactlist.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static void MessagingAddToContactList(
	int ownerId,
	int contactId
)

Parameters

ownerId
Type: SystemInt32
ID of contactlist owner
contactId
Type: SystemInt32
ID of user to add to contactlist
See Also