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

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public DataSet GetDataSet(
	string path
)

Parameters

path
Type: SystemString
Node path

Return Value

Type: DataSet
See Also