Click or drag to resize

UserProfileFactory Methods

The UserProfileFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleFindAllByIds
Find all user profiles using a list of identifiers.
Public methodStatic memberCode exampleFindAllForUser
Find all user profiles available for the specified user.
Public methodStatic memberCode exampleFindById
Find a user profile using his identifier, return null if not found
Public methodStatic memberCode exampleNewUserProfile
Create a new empty instance of user profile
Top
See Also