Click or drag to resize
LookupEditorReadList Method (Boolean)
Gets a list of lookup records

Namespace: RMP.WCF.Model.Lookup
Assembly: RMP.WCF.Model (in RMP.WCF.Model.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<LookupRow> ReadList(
	bool IncludeObsolete
)

Parameters

IncludeObsolete
Type: SystemBoolean
If true then all lookup records will be returned

Return Value

Type: ListLookupRow
A list of selected records
See Also