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

Namespace: CMS.Messaging
Assembly: CMS.Messaging (in CMS.Messaging.dll) Version: 9.0.0
Syntax
C#
protected virtual void AddToContactListInternal(
	int ownerId,
	int contactId
)

Parameters

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