Click or drag to resize

ReferencePathControllerGetReferencePathObjectIds Method (IEnumerableInt32, DataObjectReferencePath, IListString)

Returns the ids of a number of data objects found by applying a reference path to a number of source data object ids. The security model is not respected!

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual IntegerList GetReferencePathObjectIds(
	IEnumerable<int> sourceIds,
	DataObjectReferencePath path,
	IList<string> debugInfo = null
)

Parameters

sourceIds
Type: System.Collections.GenericIEnumerableInt32
Ids of the source data objects.
path
Type: Omada.OE.ModelDataObjectReferencePath
If path is empty (no fragments) the method returns sourceIds.
debugInfo (Optional)
Type: System.Collections.GenericIListString
Can be null.

Return Value

Type: IntegerList
Ids of the resulting data objects.
See Also