TreeNode.GetUpperTree 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: System.String
Columns to get - allCultures (Optional)
- Type: System.Boolean
All cultures
Return Value
Type:
DataSetSee Also