ExchangePlanManager.<Exchange plan name>.FindByDescription
Syntax:
Parameters:
<Description> (required)
String containing the search description.
<ExactMap> (optional)
Determines search by exact mapping mode.
The search will be successful if the search string: matches the left part of the description when the parameter value is False; or matches the full description (excluding trailing spaces) when the parameter value is True.
Default value: False.
Returned value:
Reference to a node that has been found. If no node with the specified description exists, an empty reference will be returned.
Description:
Availability:
Note: