This documentation is archived and is not being maintained.
Array.xml Method [AX 2012]
Returns an XML string that represents the current object.
public str xml([int indent])
Run On
Called
Parameters
-
indent
- Type: int
The amount of indentation of the returned XML string; optional.
Return Value
Type:
str
An XML string that represents the current object.
This method can be overridden to return values that are meaningful for a particular type.