Share via


ReqDemPlanInfoActionOpenExcelFile.unpack Method [AX 2012]

Deserializes the running values from the specified container.

Syntax

public boolean unpack(container _packedClass, [Object _object])

Run On

Called

Parameters

  • _packedClass
    Type: container
    The container storing the running values to unpack from.
  • _object
    Type: Object Class
    The object to unpack the values to; optional, defaults to null. Unused in this implementation.

Return Value

Type: boolean
true if the unpacking is successful; otherwise, false.

See Also

Reference

ReqDemPlanInfoActionOpenExcelFile Class