Getting Started
Programming Guide
TrimElement
API Reference
Additional Resources
The Search class is a concept class for search-related enum classes.
Public Types
Enumeration of the search behaviors.
Values:
Find every instance of the specified types in the specified search space.
Find the first instance of any of the specified types in the specified search space.
Enumeration of which segments to look in when performing a search.
Search the current segment only.
Search the current segment and any subsegments.
Search the current segment, any subsegments and any includes.
Public Functions