UserProfileManager.RemoveUserProfile Method (Guid)
Removes the user profile, quick links, and alert data from the user profile database for the specified GUID.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Sub RemoveUserProfile ( _
guidDelete As Guid _
)
'Usage
Dim instance As UserProfileManager
Dim guidDelete As Guid
instance.RemoveUserProfile(guidDelete)
public void RemoveUserProfile(
Guid guidDelete
)
Parameters
- guidDelete
Type: System.Guid
The unique identifier for the user profile to be deleted from the user profile database.
Remarks
To remove your own user profile you must have PortalRight.UseSubscription permission. To remove a user profile for another user you must have PortalRight.ManageUserProfile permission. To remove your own user profile on the Web you must pass a string containing "UsePersonalFeatures".