Deletes the specified Windows account associated with the user.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public void DeleteAccount(
	string account
)
Visual Basic
Public Sub DeleteAccount ( _
	account As String _
)
Visual C++
public:
void DeleteAccount(
	String^ account
)

Parameters

account
Type: System..::..String
The account to delete.

See Also