Click or drag to resize
BCUserDBGetUserFullName Method
Resolves a work list into user full name.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public string GetUserFullName(
	string workList
)

Parameters

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

Return Value

Type: String
The user full name for the work list.
See Also