Click or drag to resize
PersonaService Constructor
Initializes a new instance of the PersonaService class.

Namespace: CMS.Personas
Assembly: CMS.Personas (in CMS.Personas.dll) Version: 13.0.131
Syntax
C#
public PersonaService(
	IContactInfoProvider contactInfoProvider,
	IPersonaInfoProvider personaInfoProvider
)

Parameters

contactInfoProvider
Type: CMS.ContactManagementIContactInfoProvider
Provider for ContactInfo management.
personaInfoProvider
Type: CMS.PersonasIPersonaInfoProvider
Provider for PersonaInfo management.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when contactInfoProvider or personaInfoProvider is null.
See Also