Click or drag to resize

ItemisCollection Method

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
Syntax
public bool isCollection()

Return Value

Type: Boolean
'true' if this.nodeList != null AND this.node == null, 'false' otherwise
See Also