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