Interface IProfileRepository
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public interface IProfileRepository
Methods
Delete(String)
Declaration
void Delete(string userName)
Parameters
Type |
Name |
Description |
System.String |
userName |
|
GetOrCreateProfile(String)
Declaration
ProfileData GetOrCreateProfile(string userName)
Parameters
Type |
Name |
Description |
System.String |
userName |
|
Returns
GetProfile(String)
Declaration
ProfileData GetProfile(string userName)
Parameters
Type |
Name |
Description |
System.String |
userName |
|
Returns
Save(ProfileData)
Declaration
void Save(ProfileData profile)
Parameters
Events
ProfileCreated
Declaration
event EventHandler<ProfileEventArgs> ProfileCreated
Event Type
Extension Methods