SearchFilterOptions
- Updated2024-10-09
- 2 minute(s) read
SearchFilterOptions
These constants represent the options you can use with the filterOptions parameter of the PropertyObject.Search and Engine.SearchFiles methods. Use the bitwise-OR operator to specify more than one option.
- SearchFilterOptions_All –(Value: 0x00ffffff) If this options is set, TestStand searches all parts of files.
- SearchFilterOptions_BuiltinSeqAndSeqFileProps –(Value: 0x400) If this option is set, TestStand searches built-in sequence and sequence file properties. These properties contain the settings associated with sequences and sequence files. This option applies only to the Engine.SearchFiles method.
- SearchFilterOptions_BuiltinStepProps –(Value: 0x20) If this option is set, TestStand searches built-in step properties. You must use SearchFilterOptions_Steps in combination with this option.
- SearchFilterOptions_CustomDataTypes –(Value: 0x100) If this option is set, TestStand searches custom data types. This option applies only to the Engine.SearchFiles method.
- SearchFilterOptions_CustomStepProps –(Value: 0x10) If this option is set, TestStand searches custom step properties. You must use SearchFilterOptions_Steps in combination with this option.
- SearchFilterOptions_FileGlobals –(Value: 0x4) If this option is set, TestStand searches sequence file global variables. This option applies only to the Engine.SearchFiles method.
- SearchFilterOptions_Locals –(Value: 0x1) If this option is set, TestStand searches sequence local variables. This option applies only to the Engine.SearchFiles method.
- SearchFilterOptions_ModuleStepProps –(Value: 0x40) If this option is set, TestStand searches module step properties. You must use SearchFilterOptions_Steps in combination with this option.
- SearchFilterOptions_Parameters –(Value: 0x2) If this option is set, TestStand searches sequence parameter variables. This option applies only to the Engine.SearchFiles method.
- SearchFilterOptions_StandardDataTypes –(Value: 0x200) If this option is set, TestStand searches standard data types. This option applies only to the Engine.SearchFiles method.
- SearchFilterOptions_Steps –(Value: 0x8) If this option is set, TestStand searches steps. This option applies only to the Engine.SearchFiles method.
- SearchFilterOptions_StepTypes –(Value: 0x80) If this option is set, TestStand searches step types. This option applies only to the Engine.SearchFiles method.
- SearchFilterOptions_TypesOnly –(Value: 0x01000000) If this option is set, TestStand searches only types. You must specify which category of types to search by setting one or more of the following options: SearchFilterOptions_StepTypes , SearchFilterOptions_CustomDataTypes , or SearchFilterOptions_StandardDataTypes . This option applies only to the Engine.SearchFiles method.