Click or drag to resize

ItemisRoot Method

Checks if this.node is the root item in this.dom.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public bool isRoot()

Return Value

Type: Boolean
'true' if this.node is the top 'Item' node in this.dom, 'false' otherwise
See Also