Click or drag to resize
IContactCreator Interface
Provides method for creating new contacts.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public interface IContactCreator

The IContactCreator type exposes the following members.

Methods
  NameDescription
Public methodCode exampleCreateAnonymousContact
Creates new anonymous contact. Created instance of ContactInfo is saved to the database. ContactLastName starts with prefix ANONYMOUS.
Public methodCode exampleCreateContact
Creates and returns new contact with given namePrefix in ContactLastName. Created instance of ContactInfo is saved to the database.
Top
See Also