| DataObjectControllerGetReferencePathObjectValues Method |
Returns the display values for the provided data object ids and reference path.
Unless "overrideSecurity" is true, the security is respected for the referenced objects.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic virtual StringList GetReferencePathObjectValues(
IEnumerable<int> sourceIds,
DataObjectReferencePath path,
bool overrideSecurity
)
Parameters
- sourceIds
- Type: System.Collections.GenericIEnumerableInt32
- path
- Type: Omada.OE.ModelDataObjectReferencePath
- overrideSecurity
- Type: SystemBoolean
For ReferencePathFields in views we have the option to override security when loading the
referred objects. Since the ReferencePath is being resolved for every cell in a view
it can be very slow to execute the AccessModifier.
Return Value
Type:
StringList
See Also