Share via


SyncDocumentRelationship.unpack Method [AX 2012]

Deserialized the packedClass parameter to the current instance of the SyncDocumentRelationship class.

Syntax

public boolean unpack(container packedClass)

Run On

Called

Parameters

  • packedClass
    Type: container
    The container from which to deserialize the instance

Return Value

Type: boolean
true fi the deserialization was successful; otherwise, false.

See Also

Reference

SyncDocumentRelationship Class