IContactPersistentStorageGetPersistentContact Method |
Namespace: CMS.ContactManagement
ContactInfo GetPersistentContact()
Following example shows how to use GetPersistentContact method
...
IContactPersistentStorage contactPersistentStorage = someImplementation;
// Returns contact from the persistent storage
contactPersistentStorage.GetPersistentContact();
...