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

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

Syntax

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

Return Value

'true' if this.node is the top 'Item' node in this.dom, 'false' otherwise

See Also