Click or drag to resize
CMSAbstractDataPropertiesLoadData Method (Object, Boolean)
Loads the data to the data source.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
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