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

Namespace: CMS.Messaging
Assembly: CMS.Messaging (in CMS.Messaging.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetContactListInfoInternal(
	ContactListInfo contact
)

Parameters

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