NodeSet.Delete
Syntax:
Parameters:
<Node> (required)
Reference to the exchange plan node that should be deleted from the node set.
Description:
Availability:
Example:
Node = ExchangePlans.EP1.FindByCode("Shop11"); DE.DataExchange.Receivers.Delete(Node); |