Click or drag to resize
TreeNodeGetUpperTree Method
Returns the upper tree data for given document.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual DataSet GetUpperTree(
	string columns,
	bool allCultures = true
)

Parameters

columns
Type: SystemString
Columns to get
allCultures (Optional)
Type: SystemBoolean
All cultures

Return Value

Type: DataSet
See Also