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