Click or drag to resize

DataObjectControllerGetTextPropertyValues Method (Int32, IEnumerableInt32)

Returns values for a number of properties (with datatype text) for the current version of a dataobject.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public IntStrDictionary GetTextPropertyValues(
	int dataObjectId,
	IEnumerable<int> propertyIds
)

Parameters

dataObjectId
Type: SystemInt32
propertyIds
Type: System.Collections.GenericIEnumerableInt32

Return Value

Type: IntStrDictionary
See Also