Class Navigation
Assembly: DotNetNuke.dll
Syntax
Constructors
Navigation()
Declaration
Methods
CanShowTab(TabInfo, bool, bool)
Declaration
public static bool CanShowTab(TabInfo objTab, bool isAdminMode, bool showDisabled)
Parameters
Returns
CanShowTab(TabInfo, bool, bool, bool)
Declaration
public static bool CanShowTab(TabInfo tab, bool isAdminMode, bool showDisabled, bool showHidden)
Parameters
Returns
GetActionNode(string, string, ModuleAction, Control)
Declaration
public static DNNNode GetActionNode(string strID, string strNamespace, ModuleAction objActionRoot, Control objControl)
Parameters
Returns
GetActionNodes(ModuleAction, DNNNode, Control, int)
Declaration
public static DNNNodeCollection GetActionNodes(ModuleAction objActionRoot, DNNNode objRootNode, Control objControl, int intDepth)
Parameters
Returns
Type |
Description |
DNNNodeCollection |
|
GetActionNodes(ModuleAction, Control)
Declaration
public static DNNNodeCollection GetActionNodes(ModuleAction objActionRoot, Control objControl)
Parameters
Returns
Type |
Description |
DNNNodeCollection |
|
GetActionNodes(ModuleAction, Control, int)
Declaration
public static DNNNodeCollection GetActionNodes(ModuleAction objActionRoot, Control objControl, int intDepth)
Parameters
Returns
Type |
Description |
DNNNodeCollection |
|
GetNavigationNode(string, string)
Declaration
public static DNNNode GetNavigationNode(string strID, string strNamespace)
Parameters
Returns
Declaration
public static DNNNodeCollection GetNavigationNodes(DNNNode objRootNode, Navigation.ToolTipSource eToolTips, int intStartTabId, int intDepth, int intNavNodeOptions)
Parameters
Returns
Type |
Description |
DNNNodeCollection |
|
GetNavigationNodes(string)
Declaration
public static DNNNodeCollection GetNavigationNodes(string strNamespace)
Parameters
Type |
Name |
Description |
string |
strNamespace |
|
Returns
Type |
Description |
DNNNodeCollection |
|
Declaration
public static DNNNodeCollection GetNavigationNodes(string strNamespace, Navigation.ToolTipSource eToolTips, int intStartTabId, int intDepth, int intNavNodeOptions)
Parameters
Returns
Type |
Description |
DNNNodeCollection |
|
Extension Methods