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

Syntax

Smartsite SXML CopyCode image Copy Code
boolean cms.hierarchy.ismemberofsubtree(locator reference, locator subTree)

Parameters

Name Data Type Description
reference Locator Item reference.
subTree Locator The sub tree.

Return Value

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