ProfileLoader.GetProfileLoader method

Gets a ProfileLoader object from the context cache.

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

Syntax

'Declaration
Public Shared Function GetProfileLoader ( _
    context As ClientRuntimeContext _
) As ProfileLoader
'Usage
Dim context As ClientRuntimeContext
Dim returnValue As ProfileLoader

returnValue = ProfileLoader.GetProfileLoader(context)
public static ProfileLoader GetProfileLoader(
    ClientRuntimeContext context
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.UserProfiles.ProfileLoader

See also

Reference

ProfileLoader class

ProfileLoader members

Microsoft.SharePoint.Client.UserProfiles namespace