IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
The following examples represent the deleting of user profiles separately from the deleting of the users. For more information, see the For developers: Delete users example. The examples describe how to delete a single user profile or all user profiles of type SitefinityProfile.
SitefinityProfile
To delete a profile, you must get an instance of the profile. In this examples you get an instance of the profile by the ID of the user. For more information, see For developers: Query user profiles. Then, you call the DeleteProfile method of the manager. Finally, you save the changes.
To delete all profiles of type SitefinityProfile, you call the DeleteProfilesForProfileType method and pass the SitefinityProfile as a type.
DeleteProfilesForProfileType
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important