Checks if the instance represents a set of items and not a single item.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.20.39432
Syntaxpublic bool isCollection()
Public Function isCollection As Boolean
public boolean isCollection()
public function isCollection() : boolean
Return Value
Type:
Boolean'true' if
this.nodeList != null AND this.node == null, 'false' otherwise
See Also