Click or drag to resize
BCServerSetUserDBUserIDPassword Method
Sets user ID property value and password for User Database.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public void SetUserDBUserIDPassword(
	string userID,
	string password
)

Parameters

userID
Type: SystemString
The ID property value of the user.
password
Type: SystemString
The password for the user.
See Also