Interface IQueryableProfile
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Define the members for finding users.
Namespace: EPiServer.Personalization.Internal
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
public interface IQueryableProfile
Methods
Find(String)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Asynchronously finds a user by criterion.
Declaration
ProfileBase Find(string username)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | username | if the user name match then returns the profile. |
Returns
| Type | Description |
|---|---|
| System.Web.Profile.ProfileBase | The matched user. |