IValidationSelectionFilter.FindById

Syntax

FindById(SelectionId: Stirng): IValidationSelectionValues;

Parameters

SelectionId. Selection identifier.

Description

The FindById method searches for filter element by selection identifier.

Comments

Selection identifier is equal to the dictionary identifier used for selection.

If filter element is not found, the method returns Null.

See also:

IValidationSelectionFilter