List of <Item> nodes from the dom for this Item instance. The type of nodeList is System.Xml.XmlNodeList when IOM namespace is used from .NET (C#, VBScript) and MSXML2.IXMLDOMNodeList when it used from COM (JavaScript).

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

Syntax

C#
public XmlNodeList nodeList { get; set; }
Visual Basic (Declaration)
Public Property nodeList As XmlNodeList
J#
/** @property */
public XmlNodeList get_nodeList()
/** @property */
public  void set_nodeList(XmlNodeList value)
JScript
public function get nodeList () : XmlNodeList
public function set nodeList (value : XmlNodeList)

See Also