Share via


MySiteProfileHandler.PreProfileDeleted Method (UserProfile)

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Overridable Function PreProfileDeleted ( _
    profile As UserProfile _
) As Boolean
'Usage
Dim instance As MySiteProfileHandler
Dim profile As UserProfile
Dim returnValue As Boolean

returnValue = instance.PreProfileDeleted(profile)
public virtual bool PreProfileDeleted(
    UserProfile profile
)

Parameters

Return Value

Type: System.Boolean

Implements

IProfileEventInterface.PreProfileDeleted(UserProfile)

See Also

Reference

MySiteProfileHandler Class

MySiteProfileHandler Members

PreProfileDeleted Overload

Microsoft.Office.Server.UserProfiles Namespace