| PropertyControllerGetValueIds Method |
Returns the Ids of a list of set property values from their UIds.
The method doesn't consider the security model.
The method doesn't consider whether the property or value is marked as deleted.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic List<int> GetValueIds(
IEnumerable<Guid> setPropertyValueUIds
)
Parameters
- setPropertyValueUIds
- Type: System.Collections.GenericIEnumerableGuid
UIDs of SetPropertyValues
Return Value
Type:
ListInt32
Returns the Ids of the specified set property values.
If any of the specified set property values doesn't exist, zero is returned for them.
See Also