Checks if the instance represents a set of items and not a single item.

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

Syntax

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

Return Value

'true' if this.nodeList != null AND this.node == null, 'false' otherwise

See Also