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
- context
Type: Microsoft.SharePoint.Client.ClientRuntimeContext
Return value
Type: Microsoft.SharePoint.Client.UserProfiles.ProfileLoader