Find out if the item's node is a "logical" node ("AND", "OR", "NOT").
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
SyntaxPublic Function isLogical As Boolean
public boolean isLogical()
public function isLogical() : boolean
Return Value
Type:
Booleantrue if the
this.node != null and
this.node.LocalName is "AND" | "OR" | "NOT"
(case insensitive);
false otherwise.
See Also