C# Class Sdl.Web.Modules.AudienceManager.UserProfileFactory

Factory class for Audience Manager User Profiles.
Exibir arquivo Open project: sdl/dxa-modules

Public Methods

Method Description
GetUserProfile ( string identificationKey ) : UserProfile

Gets the User Profile for a given identification key.

Private Methods

Method Description
FindContact ( string identificationKey, string importSource = null ) : Contact

Method Details

GetUserProfile() public static method

Gets the User Profile for a given identification key.
public static GetUserProfile ( string identificationKey ) : UserProfile
identificationKey string The identification key.
return UserProfile