| IDataObjectIntegrationHelperGetDataObjectsByRefProperty Method |
Load data objects by value of reference property
Namespace:
Omada.OE.Solution.OIM.AppLogic.Integration.Helpers
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
SyntaxIList<DataObject> GetDataObjectsByRefProperty(
int dataObjectType,
string propertyName,
int[] propertyValues
)
Parameters
- dataObjectType
- Type: SystemInt32
Data object type for searching objects - propertyName
- Type: SystemString
Name of the reference property - propertyValues
- Type: SystemInt32
Ids of referenced object
Return Value
Type:
IListDataObjectCollection of DataObject
See Also