TreeNodeGetUpperTree Method |
Returns the upper tree data for given document.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax 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:
DataSetSee Also