Click or drag to resize

SearchTextIn Enumeration

Flag enum to specify where the simple text search should look up its strings

Namespace:  Articy.Api
Assembly:  PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Syntax
C#
[FlagsAttribute]
public enum SearchTextIn
Members
  Member nameValueDescription
Name1 Searches in the display name property
Description2 searches in the Text/Description/Spoken Text property
FeatureValues4 searches in custom feature values, numbers are converted to strings before testing
Pins8 searches in the text of connected pins of flow objects
OtherTexts16 searches in other texts like technical names, Note content markup texts, stage directions, preview texts
TechnicalName32 searches in the technical name property
AnyText63 searches on all of the above places
See Also