| IContactPersistentStorageGetPersistentContact Method | 
Namespace: CMS.ContactManagement
 Syntax
SyntaxContactInfo GetPersistentContact()
 Remarks
Remarks Examples
ExamplesFollowing example shows how to use GetPersistentContact method
...
IContactPersistentStorage contactPersistentStorage = someImplementation;
// Returns contact from the persistent storage
contactPersistentStorage.GetPersistentContact();
... See Also
See Also