Returns a user with the specified work list.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public BCUser GetUser(
	string workList
)
Visual Basic
Public Function GetUser ( _
	workList As String _
) As BCUser
Visual C++
public:
BCUser^ GetUser(
	String^ workList
)

Parameters

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

Return Value

The user with the specified work list.

See Also