PRELIMINARY INFORMATION - SUBJECT TO CHANGE
Returns true if the given item is a child of the given parent.
Syntax
Smartsite SXML | Copy Code |
---|---|
boolean cms.hierarchy.ischildof(locator child, locator parent) |
Parameters
Name | Data Type | Description |
---|---|---|
child | Locator | Item reference to the child. |
parent | Locator | Item reference to the parent. |
Return Value
Data Type | Description |
---|---|
Boolean | True if the specified item is a child of the specified parent, otherwise false. |