Find out if the item's node is a "logical" node ("AND", "OR", "NOT").

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public bool isLogical()
Visual Basic (Declaration)
Public Function isLogical As Boolean
J#
public boolean isLogical()
JScript
public function isLogical() : boolean

Return Value

true if the this.node != null and this.node.LocalName is "AND" | "OR" | "NOT" (case insensitive); false otherwise.

See Also