PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Removes a user from the membership data source.

Namespace: Smartsite.Security.Authentication
Assembly:  Smartsite.Security (in Smartsite.Security.dll)

Syntax

C#Copy imageCopy Code
public override bool DeleteUser(
	string username,
	bool deleteAllRelatedData
)
Visual Basic (Declaration)Copy imageCopy Code
Public Overrides Function DeleteUser ( _
	username As , _
	deleteAllRelatedData As  _
) As 

Parameters

username
String
The name of the user to delete.
deleteAllRelatedData
Boolean
true to delete data related to the user from the database; false to leave data related to the user in the database.

Return Value

true if the user was successfully deleted; otherwise, false.

See Also

Advanced