Click or drag to resize

InnovatornewResult Method

Returns an Item where the text passed in as the argument is the body for the <Result> tag.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public Item newResult(
	string resultBody
)

Parameters

resultBody
Type: SystemString
Text to be set as the body for the <Result> tag.

Return Value

Type: Item
Created item.
Exceptions
ExceptionCondition
XmlExceptionResulting AML is not well-formed XML.
Remarks
After the insertion the method performs a verification that resulting AML is well-formed XML. If passed text contains any XML escape symbols it's user's responsibility to put the text inside a 'CDATA' block.
See Also