| PersonaService Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Personas
 Syntax
Syntaxpublic sealed class PersonaService : IPersonaService
The PersonaService type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | PersonaService | 
 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