Try our conversational search powered by Generative AI!

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.dll
Version: 10.10.4
Syntax
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.

Extension Methods