Click or drag to resize
CMSAbstractDataPropertiesGetDataSet Method (String, String, Boolean)
Retrieves DataSet with node according to the provided parameters.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public virtual DataSet GetDataSet(
	string path,
	string where,
	bool forceReload
)

Parameters

path
Type: SystemString
Node path
where
Type: SystemString
WHERE condition
forceReload
Type: SystemBoolean
Force reload data (do not use cache)

Return Value

Type: DataSet
See Also