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
Syntaxpublic Item newResult(
string resultBody
)
Public Function newResult (
resultBody As String
) As Item
public Item newResult(
String resultBody
)
public function newResult(
resultBody : String
) : Item
Parameters
- resultBody
- Type: SystemString
Text to be set as the body for the <Result> tag.
Return Value
Type:
ItemCreated item.
ExceptionsException | Condition |
---|
XmlException | Resulting 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