Share via


IProfileEventInterface.PreProfileDeleted Method

Returns a Boolean value that specifies whether the earlier profile of a given user has been deleted.

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

Syntax

'Declaration
Function PreProfileDeleted ( _
    context As ServerContext, _
    profile As UserProfile _
) As Boolean
'Usage
Dim instance As IProfileEventInterface
Dim context As ServerContext
Dim profile As UserProfile
Dim returnValue As Boolean

returnValue = instance.PreProfileDeleted(context, _
    profile)
bool PreProfileDeleted(
    ServerContext context,
    UserProfile profile
)

Parameters

Return Value

Type: System.Boolean
If the profile of a given user has been deleted, true; otherwise false.

See Also

Reference

IProfileEventInterface Interface

IProfileEventInterface Members

Microsoft.Office.Server.UserProfiles Namespace