Share via


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

Return Value

Type: System.Boolean

See Also

Reference

ProfileUI Class

ProfileUI Members

Microsoft.SharePoint.Portal.WebControls Namespace