NavigationElementType Enumeration
|
The list of Navigation element types in the CMS.
Note that the Child navigation and Ancestor navigation types are not listed because they are sub types of the standard Navigation type.
Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax public enum NavigationElementType
Public Enumeration NavigationElementType
public enum class NavigationElementType
type NavigationElementType
Members
| Member name | Value | Description |
---|
| AllTypes | 0 |
All navigation types
|
| Navigation | 1 |
Standard navigation - Pages structurally related with current Page or specific start Pages, contains sub navigation type of Ancestor, Children, Sequential, Sibling and Subtree
|
| TaxonomyNavigation | 2 |
Taxonomy navigation - Pages associated with selected Categories or their descendants
|
| References | 3 |
References navigation - Pages related to the current page via cross references
|
| LinkSet | 4 |
LinkSet navigation - Pages manually picked
|
| Link | 5 |
Link fields - 1 page manually picked
|
See Also