ProfileLoader.GetProfileLoader Method (PortalContext)

NOTE: This API is now obsolete.

Obsolete.

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

Syntax

'Declaration
<ObsoleteAttribute(""Microsoft.SharePoint.Portal.UserProfiles.ProfileLoader" is obsolete; use class "Microsoft.Office.Server.UserProfiles.ProfileLoader" instead")> _
Public Shared Function GetProfileLoader ( _
    pc As PortalContext _
) As ProfileLoader
'Usage
Dim pc As PortalContext
Dim returnValue As ProfileLoader

returnValue = ProfileLoader.GetProfileLoader(pc)
[ObsoleteAttribute(""Microsoft.SharePoint.Portal.UserProfiles.ProfileLoader" is obsolete; use class "Microsoft.Office.Server.UserProfiles.ProfileLoader" instead")]
public static ProfileLoader GetProfileLoader(
    PortalContext pc
)

Parameters

Return Value

Type: Microsoft.SharePoint.Portal.UserProfiles.ProfileLoader

See Also

Reference

ProfileLoader Class

ProfileLoader Members

GetProfileLoader Overload

Microsoft.SharePoint.Portal.UserProfiles Namespace