Click or drag to resize

UIActionDataObjectTypeIds Property

The user action is present in all views that display data objects of one of these types. It is also present in the detail pages (dataobjdlg.aspx) for those views. If one or more ViewIds are specified that criteria ("and") apply as well.

Namespace:  Omada.OE.Model.UIAction
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public List<int> DataObjectTypeIds { get; }

Property Value

Type: ListInt32
See Also