SearchLevelOption Enumeration
This option provides the different levels of search for the contents in the navigation hierarchy.
Syntax
'Declaration Public Enum SearchLevelOption Inherits System.Enum
'Usage Dim instance As SearchLevelOption
public enum SearchLevelOption : System.Enum
public enum class SearchLevelOption : public System.Enum
Members
Member | Description |
---|---|
All | Searches all the levels in the hierarchy. |
OneLevel | Searches only one level in the hierarchy. |
ThreeLevels | Searches only three level in the hierarchy. |
TwoLevels | Searches only two level in the hierarchy. |
Unconfigured | Indicates that this option is not configured or not being used. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArchestrA.Client.Navigation.SearchLevelOption
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