NavSearchOptions Enumeration
This option provides the different navigation search modes for the content search in the navigation hierarchy.
Syntax
'Declaration <FlagsAttribute()> Public Enum NavSearchOptions Inherits System.Enum
'Usage Dim instance As NavSearchOptions
[Flags()] public enum NavSearchOptions : System.Enum
[Flags()] public enum class NavSearchOptions : public System.Enum
Members
Member | Description |
---|---|
ChildLevels | In this option, Child nodes will be traversed. |
Siblings | In this option, search starts from the siblings node. |
StartNode | In this option, search always starts from a node either specified by the Current Asset or a user-provided navigation path. |
Unconfigured | Indicates that no option is configured. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArchestrA.Client.Navigation.NavSearchOptions
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