Args::copyArgs Method [AX 2012]

Copies data from an Args object into another Args object.

client server public static Args copyArgs(xArgs _fromArgs, Args _toArgs)

Run On

Called

Parameters

_fromArgs
Type: xArgs Class
An Args or xArgs object from which to copy.
_toArgs
Type: Args Class
An Args object to which to copy.

Return Value

Type: Args Class
The object in the _toArgs parameter with contents copied from the object in the _fromArgs parameter.

Reference

Show: