CMSAbstractDataProperties.GetDataSet 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: System.String
Node path - where
- Type: System.String
WHERE condition - forceReload
- Type: System.Boolean
Force reload data (do not use cache)
Return Value
Type:
DataSet
See Also