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 Code |
---|---|
public override bool DeleteUser( string userName, bool deleteAllRelatedData ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Overrides Function DeleteUser ( _ userName As , _ deleteAllRelatedData As _ ) As |
Parameters
- userName
- String
- deleteAllRelatedData
- Boolean
Return Value
See Also
SqlMembershipProvider Class
Smartsite.Security.Authentication Namespace