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.
Deletes the user.

Namespace: Smartsite.DigiD
Assembly:  Smartsite.DigiD (in Smartsite.DigiD.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
Name of the user.
deleteAllRelatedData
Boolean
if set to true delete all related data.

Return Value

See Also

Advanced