Click or drag to resize

BCUserDBDeleteUser Method (Int32)

Deletes a user with the specified ID property value.

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 DeleteUser(
	int userID
)

Parameters

userID
Type: SystemInt32
The ID property value of the user to delete.
See Also