BCUserDBGetUserFullName Method |
Resolves a work list into user full name.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public string GetUserFullName(
string workList
)
Public Function GetUserFullName (
workList As String
) As String
public:
String^ GetUserFullName(
String^ workList
)
member GetUserFullName :
workList : string -> string
Parameters
- workList
- Type: SystemString
The name of the user work list to resolve.
Return Value
Type:
StringThe user full name for the work list.
See Also