Click or drag to resize
IContactPersistentStorage Interface
Provides methods for storing and retrieving contact from/to persistent storage. Persistent storage is a place where contact can be stored and after the same contact makes another request, it will be returned.

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

The IContactPersistentStorage type exposes the following members.

Methods
  NameDescription
Public methodCode exampleGetPersistentContact
Gets contact from the persistent storage.
Public methodCode exampleSetPersistentContact
Sets given contact to the persistent storage.
Top
See Also