| IContactCreator Interface | 
Namespace: CMS.ContactManagement
public interface IContactCreator
The IContactCreator type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateAnonymousContact | 
            Creates new anonymous contact. Created instance of ContactInfo is saved to the database.
            ContactLastName starts with prefix ANONYMOUS.
              | |
| CreateContact | 
            Creates and returns new contact with given namePrefix in ContactLastName.
            Created instance of ContactInfo is saved to the database.
              |