| DataObjectInViewMatrixGetViewsObjectIsIn Method (Guid) |
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic List<int> GetViewsObjectIsIn(
Guid dataObjectUId
)
Parameters
- dataObjectUId
- Type: SystemGuid
UId of a data object for which we want to know which views it is in.
Return Value
Type:
ListInt32
Returns the ids of the views which the data object is in.
See Also