Checks if this.node is the root item in this.dom.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
SyntaxPublic Function isRoot As Boolean
public function isRoot() : boolean
Return Value
Type:
Boolean'true' if
this.node is the top 'Item' node in
this.dom, 'false' otherwise
See Also