Click or drag to resize

PropertyControllerGetReferredObjectTypes Method

Returns ids of all the object types that are referred (by a data object) in a specific reference property. Only references current object versions are considered.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public List<int> GetReferredObjectTypes(
	int propertyId
)

Parameters

propertyId
Type: SystemInt32
The reference property we're interested in.

Return Value

Type: ListInt32
See Also