| CMSTreeMenuGetItems Method  | 
            Returns source code of items under specified parent node.
            
 
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntaxprotected string GetItems(
	int nodeParentId,
	int indentLevel
)
Parameters
- nodeParentId
 - Type: SystemInt32
Parent Node ID - indentLevel
 - Type: SystemInt32
Indent level 
Return Value
Type: 
String
See Also