Returns a lookup list with the specified name.

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 BCLookupList GetLookupListWithName(
	string name
)
Visual Basic
Public Function GetLookupListWithName ( _
	name As String _
) As BCLookupList
Visual C++
public:
BCLookupList^ GetLookupListWithName(
	String^ name
)

Parameters

name
Type: System..::..String
The name of the lookup list to return.

Return Value

The lookup list with the specified name.

See Also