BCUserDeleteAccount Method |
Deletes the specified Windows account associated with the user.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public void DeleteAccount(
string account
)
Public Sub DeleteAccount (
account As String
)
Parameters
- account
- Type: SystemString
The account to delete.
See Also