UserProfileManager.GetUserProfile Method (Boolean)
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.UserProfileManager is obsolete; use class "Microsoft.Office.Server.UserProfiles.UserProfileManager" instead")> _
Public Function GetUserProfile ( _
bCreateIfNotExist As Boolean _
) As UserProfile
'Usage
Dim instance As UserProfileManager
Dim bCreateIfNotExist As Boolean
Dim returnValue As UserProfile
returnValue = instance.GetUserProfile(bCreateIfNotExist)
[ObsoleteAttribute("Microsoft.SharePoint.Portal.UserProfiles.UserProfileManager is obsolete; use class "Microsoft.Office.Server.UserProfiles.UserProfileManager" instead")]
public UserProfile GetUserProfile(
bool bCreateIfNotExist
)
Parameters
- bCreateIfNotExist
Type: System.Boolean
Return Value
Type: Microsoft.SharePoint.Portal.UserProfiles.UserProfile