Click or drag to resize
GnomonMembershipProviderDeleteUser Method
Removes a user from the membership data source.

Namespace: RMP.Web
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override bool DeleteUser(
	string username,
	bool deleteAllRelatedData
)

Parameters

username
Type: SystemString
The name of the user to delete.
deleteAllRelatedData
Type: SystemBoolean
true to delete data related to the user from the database; false to leave data related to the user in the database.

Return Value

Type: Boolean
true if the user was successfully deleted; otherwise, false.
Exceptions
ExceptionCondition
NotImplementedException
See Also