Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Controllers.ControllerImpl.ReloadEnum Enumeration

The type of form reload used with the Reload method.

Class: YetaWF.Core.Controllers.ControllerImpl
Namespace: YetaWF.Core.Controllers
Assembly: YetaWF.Core

Syntax

protected enum ReloadEnum;

Values

NameValueDescription
Page1The entire page is reloaded.
Module2The entire module is reloaded. Not currently supported. Use Page to reload the entire page instead.
ModuleParts3Parts of the module are reloaded. E.g., in a grid control the data is reloaded.

See Also YetaWF.Core.Controllers.ControllerImpl Class YetaWF.Core Overview