ProfileLoader class

Provides an alternate entry point to user profiles rather than calling methods directly.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.UserProfiles.ProfileLoader

Namespace:  Microsoft.SharePoint.Client.UserProfiles
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)

Syntax

'Declaration
Public Class ProfileLoader _
    Inherits ClientObject
'Usage
Dim instance As ProfileLoader
public class ProfileLoader : ClientObject

Remarks

This object is intended to be used from within a Web context, where multiple Web Parts can share a single-user profile object.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ProfileLoader members

Microsoft.SharePoint.Client.UserProfiles namespace