BasicUniViewReloadData Method |
Reloads the control data, skips the loading if the data is already loaded.
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 12.0.0
Syntax public virtual void ReloadData(
bool forceReload
)
Parameters
- forceReload
- Type: SystemBoolean
If true, the data is reloaded even when already loaded
See Also