MySiteProfileHandler.PreProfileDeleted Method
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Overridable Function PreProfileDeleted ( _
context As ServerContext, _
profile As UserProfile _
) As Boolean
'Usage
Dim instance As MySiteProfileHandler
Dim context As ServerContext
Dim profile As UserProfile
Dim returnValue As Boolean
returnValue = instance.PreProfileDeleted(context, _
profile)
public virtual bool PreProfileDeleted(
ServerContext context,
UserProfile profile
)
Parameters
- context
Type: Microsoft.Office.Server.ServerContext
- profile
Type: Microsoft.Office.Server.UserProfiles.UserProfile
Return Value
Type: System.Boolean
Implements
IProfileEventInterface.PreProfileDeleted(ServerContext, UserProfile)