Creates a new user with the specified work list.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public BCUser CreateUser( string workList ) |
Visual Basic |
---|
Public Function CreateUser ( _ workList As String _ ) As BCUser |
Visual C++ |
---|
public: BCUser^ CreateUser( String^ workList ) |
Parameters
- workList
- Type: System..::..String
The name of the user work list to create.