Click or drag to resize

BasePropertiesGetByIdList Method (IntegerList)

Returns all the properties, which has their ID in the provided idList.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public BaseProperties GetByIdList(
	IntegerList idList
)

Parameters

idList
Type: IntegerList

Return Value

Type: BaseProperties
See Also