Click or drag to resize

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
)

Parameters

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

Return Value

Type: BCUser
The user with the specified work list.
See Also