| CMSAbstractDataPropertiesGetDataSet Method (String, String, Boolean) | 
            Retrieves DataSet with node according to the provided parameters.
            
 
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntaxpublic 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