Show / Hide Table of Contents

Class RibbonBarManager

Inheritance
object
RibbonBarManager
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.UI
Assembly: DotNetNuke.Web.dll
Syntax
public class RibbonBarManager

Constructors

RibbonBarManager()

Declaration
public RibbonBarManager()

Methods

CanMovePage()

Declaration
public static bool CanMovePage()
Returns
Type Description
bool

DeserializeTabPermissions(XmlNodeList, TabInfo)

Declaration
public static void DeserializeTabPermissions(XmlNodeList nodeTabPermissions, TabInfo tab)
Parameters
Type Name Description
XmlNodeList nodeTabPermissions
TabInfo tab

GetPagesList()

Declaration
public static IList<TabInfo> GetPagesList()
Returns
Type Description
IList<TabInfo>

GetParentTab(TabInfo, TabRelativeLocation)

Declaration
public static TabInfo GetParentTab(TabInfo relativeToTab, TabRelativeLocation location)
Parameters
Type Name Description
TabInfo relativeToTab
TabRelativeLocation location
Returns
Type Description
TabInfo

InitTabInfoObject()

Declaration
public static TabInfo InitTabInfoObject()
Returns
Type Description
TabInfo

InitTabInfoObject(TabInfo)

Declaration
public static TabInfo InitTabInfoObject(TabInfo relativeToTab)
Parameters
Type Name Description
TabInfo relativeToTab
Returns
Type Description
TabInfo

InitTabInfoObject(TabInfo, TabRelativeLocation)

Declaration
public static TabInfo InitTabInfoObject(TabInfo relativeToTab, TabRelativeLocation location)
Parameters
Type Name Description
TabInfo relativeToTab
TabRelativeLocation location
Returns
Type Description
TabInfo

IsHostConsolePage()

Declaration
public static bool IsHostConsolePage()
Returns
Type Description
bool

IsHostConsolePage(TabInfo)

Declaration
public static bool IsHostConsolePage(TabInfo tab)
Parameters
Type Name Description
TabInfo tab
Returns
Type Description
bool

SaveTabInfoObject(IBusinessControllerProvider, TabInfo, TabInfo, TabRelativeLocation, string)

Declaration
public static int SaveTabInfoObject(IBusinessControllerProvider businessControllerProvider, TabInfo tab, TabInfo relativeToTab, TabRelativeLocation location, string templateFileId)
Parameters
Type Name Description
IBusinessControllerProvider businessControllerProvider
TabInfo tab
TabInfo relativeToTab
TabRelativeLocation location
string templateFileId
Returns
Type Description
int

SaveTabInfoObject(TabInfo, TabInfo, TabRelativeLocation, string)

Declaration
[Obsolete("Deprecated in DotNetNuke 10.0.0. Please use overload with IServiceProvider. Scheduled for removal in v12.0.0.")]
public static int SaveTabInfoObject(TabInfo tab, TabInfo relativeToTab, TabRelativeLocation location, string templateFileId)
Parameters
Type Name Description
TabInfo tab
TabInfo relativeToTab
TabRelativeLocation location
string templateFileId
Returns
Type Description
int

Validate_IsCircularReference(int, int)

Declaration
public static bool Validate_IsCircularReference(int portalID, int tabID)
Parameters
Type Name Description
int portalID
int tabID
Returns
Type Description
bool

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS