Click or drag to resize

ItemisLogical Method

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.20.39432
Syntax
public bool isLogical()

Return Value

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