PRELIMINARY INFORMATION - SUBJECT TO CHANGE
Gets the children of the specified item.
Syntax
Smartsite SXML | Copy Code |
---|---|
T:Smartsite.Base.IntList cms.hierarchy.getchildren(locator location, enum mode, boolean includeStartItem) |
Parameters
Name | Data Type | Description |
---|---|---|
location | Locator | The item. |
mode | Enum |
The mode.
Enum values:
|
includeStartItem | Boolean | Determines whether or not to include the specified start item within the result. |
Return Value
Data Type | Description |
---|---|
T:Smartsite.Base.IntList | An IntList containing the children. |