CMSAbstractDataPropertiesLoadData Method (Object, Boolean) |
Loads the data to the data source.
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
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