Click or drag to resize

InnovatorgetItemInDom Method

Returns an Item with the node property referencing the first found <Item> node from the passed ArasXmlDocument.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public Item getItemInDom(
	XmlDocument dom
)

Parameters

dom
Type: System.XmlXmlDocument
Instance of ArasXmlDocument.

Return Value

Type: Item
null if passed ArasXmlDocument doesn't have an <Item> node; new Item otherwise.
Remarks
If passed ArasXmlDocument doesn't have an <Item> node the method returns null; otherwise OuterXml of the passed ArasXmlDocument is loaded into the item's dom.
See Also