NodeSet.Delete

Syntax:

Delete(<Node>)

Parameters:

<Node> (required)

Type: ExchangePlanRef.
Reference to the exchange plan node that should be deleted from the node set.

Description:

Deletes a node from the node set.

Availability:

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

Example:

Node = ExchangePlans.EP1.FindByCode("Shop11");
DE.DataExchange.Receivers.Delete(Node);


    

1C:Enterprise Developer's Community