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
- profile
Type: Microsoft.Office.Server.UserProfiles.UserProfile
Return Value
Type: System.Boolean
Implements
IProfileEventInterface.PreProfileDeleted(UserProfile)