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
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
C#
[FlagsAttribute]
public enum SearchTextInMembers
| Name | 0x01 | Searches in the display name property |
| Description | 0x02 | searches in the Text/Description/Spoken Text property |
| FeatureValues | 0x04 | searches in custom feature values, numbers are converted to strings before testing |
| Pins | 0x08 | searches in the text of connected pins of flow objects |
| OtherTexts | 0x10 | searches in other texts like technical names, Note content markup texts, stage directions, preview texts |
| TechnicalName | 0x20 | searches in the technical name property |
| AnyText | 0x3F | searches on all of the above places |