Applies the AML, which is the XML of this.dom.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
SyntaxPublic Function apply As Item
public function apply() : Item
Return Value
Type:
Item
Returns an Item where the
dom property is the XML returned from the server.
The
dom may contain an Item, a forest of Items (i.e. a disjoint union of AML trees), or an error.
ExceptionsException | Condition |
---|
Exception | -
The instance doesn't represent a single item.
-
The instance has a wrong internal structure (e.g. item.node doesn't belong to item.dom; etc.).
|
See Also