PRELIMINARY INFORMATION - SUBJECT TO CHANGE
Determines whether the specified item is a member of any of the given sub trees.

Syntax

Smartsite SXML CopyCode image Copy Code
boolean cms.hierarchy.ismemberofanysubtree(locator reference, locator[ ] subTrees)

Parameters

Name Data Type Description
reference Locator Item reference.
subTrees Locator[ ] A list of sub trees.

Return Value

Data Type Description
Boolean True if the reference item is part of any of the sub trees.
SXML