Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Copies data from an Args object into another Args object.
Syntax
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.