| DataObjectControllerGetReferencePathObjectIds Method (IListInt32, DataObjectReferencePath, IListString) |
Returns the ids of a number of data objects which 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
Syntaxpublic virtual IntegerList GetReferencePathObjectIds(
IList<int> sourceIds,
DataObjectReferencePath path,
IList<string> debugInfo = null
)
Parameters
- sourceIds
- Type: System.Collections.GenericIListInt32
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