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

Factory class for Audience Manager User Profiles.
Afficher le fichier Open project: sdl/dxa-modules

Méthodes publiques

Méthode Description
GetUserProfile ( string identificationKey ) : UserProfile

Gets the User Profile for a given identification key.

Private Methods

Méthode Description
FindContact ( string identificationKey, string importSource = null ) : Contact

Method Details

GetUserProfile() public static méthode

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