Share via


AfDataContainerList.unpack Method [AX 2012]

Unpacks the contents of a data container list from X++ container that was created by pack method.

Syntax

public boolean unpack(container _packedDataContainerList)

Run On

Called

Parameters

  • _packedDataContainerList
    Type: container
    An X++ container that was created by the pack method.

Return Value

Type: boolean
true if the data container list was unpacked successfully; otherwise, false.

Remarks

If the unpack was unsuccessful, the data container list is not affected and the method returns false.

See Also

AfDataContainerList Class

Pack-Unpack Design Pattern