LevelsOfSearch Enumeration
This option provides the different levels of search that the system allows.
Syntax
'Declaration <ObsoleteAttribute("This is enumeration is no longer in use. Please use SearchLevelOption enumeration instead.")> Public Enum LevelsOfSearch Inherits System.Enum
'Usage Dim instance As LevelsOfSearch
[Obsolete("This is enumeration is no longer in use. Please use SearchLevelOption enumeration instead.")] public enum LevelsOfSearch : System.Enum
[Obsolete("This is enumeration is no longer in use. Please use SearchLevelOption enumeration instead.")] public enum class LevelsOfSearch : public System.Enum
Members
Member | Description |
---|---|
All | Searches all the levels in the hierarchy. |
SearchesCurrentOnly | Searches current level only in the hierarchy. |
SearchesOneLevel | Searches only one level in the hierarchy. |
SearchesThreeLevels | Searches three levels in the hierarchy. |
SearchesTwoLevels | Searches two levels in the hierarchy. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArchestrA.Client.Navigation.LevelsOfSearch
Requirements
Target Platforms: Windows 7, 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