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.111.0)
Syntax public BCUser CreateUser(
string workList
)
Public Function CreateUser (
workList As String
) As BCUser
Parameters
- workList
- Type: SystemString
The name of the user work list to create.
Return Value
Type:
BCUserThe created user.
See Also