BCUserDBGetUser Method (String) |
Returns a 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 GetUser(
string workList
)
Public Function GetUser (
workList As String
) As BCUser
Parameters
- workList
- Type: SystemString
The name of the user work list to return.
Return Value
Type:
BCUserThe user with the specified work list.
See Also