| IPersonaService Interface | 
Namespace: CMS.Personas
 Syntax
Syntaxpublic interface IPersonaService
The IPersonaService type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetContactsForPersona | 
            Gets all contacts that fulfills persona definition.
             | 
|  | GetPersonaForContact | 
            Gets persona the specified contact is assigned to or null of contact does not belong to any persona.
             | 
|  | IsContactInPersona | 
            Returns true when contact belongs to specified persona.
             | 
 Remarks
Remarks See Also
See Also