Assembly: EPiServer.Shell (in EPiServer.Shell.dll) Version: 10.12.2.0
C# |
---|
public interface IProfileRepository |
Provides access to a user profile.
Name | Summary | Status |
---|---|---|
Delete | Deletes the profile associated with a user name. | |
GetOrCreateProfile | Gets or creates a user profile. | |
GetProfile | Gets an existing user profile. | |
Save | Saves the given profile to persistence medium. |
Name | Summary | Status |
---|---|---|
ProfileCreated | Invoked when a profile is created for the first time. |