Returns a value indicating if the first zone inherits directly or indirectly from the second one.

Syntax

Smartsite SXML CopyCode image Copy Code
boolean sxml.securityzone.inheritsfrom(string zone1, string zone2)

Parameters

Name Data Type Description
zone1 String The first zone.
zone2 String The second zone.

Return Value

Data Type Description
Boolean Trueif the first zone inherits directly or indirectly from the second one.
SXML