Click or drag to resize
BCUserDBCreateUser Method
Creates a new user with the specified work list.

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 BCUser CreateUser(
	string workList
)

Parameters

workList
Type: SystemString
The name of the user work list to create.

Return Value

Type: BCUser
The created user.
See Also