CMSAbstractDataPropertiesLoadData Method (Object, Boolean) |
Loads the data to the data source.
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 13.0.131
Syntax public void LoadData(
ref Object dataSource,
bool forceReload
)
Parameters
- dataSource
- Type: SystemObject
DataSource object where to load the data - forceReload
- Type: SystemBoolean
If true, the data is loaded even when already present
See Also