ProfileUI.SaveProfile Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Friend Function SaveProfile ( _
objProfile As UserProfile, _
bIgnoreEmpty As Boolean _
) As Boolean
'Usage
Dim objProfile As UserProfile
Dim bIgnoreEmpty As Boolean
Dim returnValue As Boolean
returnValue = Me.SaveProfile(objProfile, _
bIgnoreEmpty)
protected internal bool SaveProfile(
UserProfile objProfile,
bool bIgnoreEmpty
)
Parameters
- objProfile
Type: Microsoft.Office.Server.UserProfiles.UserProfile
- bIgnoreEmpty
Type: System.Boolean
Return Value
Type: System.Boolean