Click or drag to resize

ViewControllerGetView Method (Int32)

Loads and returns a view object. The view is loaded regardless of whether the active user is owner or user of it.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual ViewBase GetView(
	int viewId
)

Parameters

viewId
Type: SystemInt32

Return Value

Type: ViewBase
Returns the view object with the specified id. The view's forms are loaded (if applicable).
See Also