NodeSet.Contains

Syntax:

Contains(<Node>)

Parameters:

<Node> (required)

Type: ExchangePlanRef.
Reference to the exchange plan node that must be checked for inclusion in the node set.

Returned value:

Type: Boolean.
True - node set contains the node; False - otherwise.

Description:

Defines whether the node set contains the specified exchange plan node.

Availability:

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

Example:

Node = ExchangePlans.EP1.FindByCode("Shop11");
If 
Ep.DataExchange.Receivers.Contains(Node) Then
    // Some actions
EndIf;


    

1C:Enterprise Developer's Community