SearchTextIn Enumeration

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

Definition

Namespace: Articy.Api
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
C#
[FlagsAttribute]
public enum SearchTextIn

Members

Name0x01 Searches in the display name property
Description0x02 searches in the Text/Description/Spoken Text property
FeatureValues0x04 searches in custom feature values, numbers are converted to strings before testing
Pins0x08 searches in the text of connected pins of flow objects
OtherTexts0x10 searches in other texts like technical names, Note content markup texts, stage directions, preview texts
TechnicalName0x20 searches in the technical name property
AnyText0x3F searches on all of the above places

See Also