Click or drag to resize
ContactListInfoProviderSetContactListInfo Method
Sets (updates or inserts) specified contactList item.

Namespace: CMS.Messaging
Assembly: CMS.Messaging (in CMS.Messaging.dll) Version: 9.0.0
Syntax
C#
public static void SetContactListInfo(
	ContactListInfo contact
)

Parameters

contact
Type: CMS.MessagingContactListInfo
ContactList info object to set
See Also