The Navigation type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Navigation | DotNetNuke.UI.Navigation |
Methods
| Name | Description | |
|---|---|---|
| CanShowTab(TabInfo, Boolean, Boolean) | ||
| CanShowTab(TabInfo, Boolean, Boolean, Boolean) | ||
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetActionNode |
Allows for DNNNode object to be easily obtained based off of passed in ID
| |
| GetActionNodes(ModuleAction, Control) |
This function provides a central location to obtain a generic node collection of the actions associated
to a module based off of the current user's context
| |
| GetActionNodes(ModuleAction, Control, Int32) |
This function provides a central location to obtain a generic node collection of the actions associated
to a module based off of the current user's context
| |
| GetActionNodes(ModuleAction, DNNNode, Control, Int32) |
This function provides a central location to obtain a generic node collection of the actions associated
to a module based off of the current user's context
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetNavigationNode |
Allows for DNNNode object to be easily obtained based off of passed in ID
| |
| GetNavigationNodes(String) |
This function provides a central location to obtain a generic node collection of the pages/tabs included in
the current context's (user) navigation hierarchy
| |
| GetNavigationNodes(String, Navigation..::..ToolTipSource, Int32, Int32, Int32) |
This function provides a central location to obtain a generic node collection of the pages/tabs included in
the current context's (user) navigation hierarchy
| |
| GetNavigationNodes(DNNNode, Navigation..::..ToolTipSource, Int32, Int32, Int32) |
This function provides a central location to obtain a generic node collection of the pages/tabs included in
the current context's (user) navigation hierarchy
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
| Name | Description | |
|---|---|---|
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |