Version

RecordFilterTreeSearchScope Enumeration

Enumeration used to identify the scope to use when searching for the RecordFilterTreeControl.SearchText in the list of available nodes.
Syntax
'Declaration
 
Public Enum RecordFilterTreeSearchScope 
   Inherits System.Enum
public enum RecordFilterTreeSearchScope : System.Enum 
Members
MemberDescription
AllThe search text will be compared against the display of all the nodes
DayThe search text will be compared against the display of the day nodes
HourThe search text will be compared against the display of the hour nodes
MinuteThe search text will be compared against the display of the minute nodes
MonthThe search text will be compared against the display of the month nodes
SecondThe search text will be compared against the display of the second nodes
YearThe search text will be compared against the display of the year nodes and root level nodes
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also