ValueTree.Copy

Syntax:

Copy()

Returned value:

Type: ValueTree.

Description:

Creates a full copy of the initial value tree.

Availability:

Server, thick client, external connection, Mobile application (server).

Example:

// ContentTree has the ValueTree type
NewContentTree = ContentTree.Copy();


    

1C:Enterprise Developer's Community