AfDataContainerList.swapContents Method [AX 2012]
Swaps the contents of the data container list with the contents of the other specified container.
Syntax
public boolean swapContents(AfDataContainerList _dataContainerList)
Run On
Called
Parameters
- _dataContainerList
Type: AfDataContainerList Class
The data container list with which to swap the contents.
Return Value
Type: boolean
true of contents were successfully swapped, false otherwise.