Click or drag to resize
ContactListInfoProviderDeleteInfo Method
Deletes the object to the database.

Namespace: CMS.Messaging
Assembly: CMS.Messaging (in CMS.Messaging.dll) Version: 11.0.0
Syntax
C#
protected override void DeleteInfo(
	ContactListInfo info
)

Parameters

info
Type: CMS.MessagingContactListInfo
Object to delete
See Also