Show / Hide Table of Contents

Class TabPublishingController

Inheritance
object
ServiceLocator<ITabPublishingController, TabPublishingController>
TabPublishingController
Implements
ITabPublishingController
Inherited Members
ServiceLocator<ITabPublishingController, TabPublishingController>.SetTestableInstance(ITabPublishingController)
ServiceLocator<ITabPublishingController, TabPublishingController>.ClearInstance()
ServiceLocator<ITabPublishingController, TabPublishingController>.GetFactory()
ServiceLocator<ITabPublishingController, TabPublishingController>.Instance
ServiceLocator<ITabPublishingController, TabPublishingController>.Factory
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Tabs
Assembly: DotNetNuke.dll
Syntax
public class TabPublishingController : ServiceLocator<ITabPublishingController, TabPublishingController>, ITabPublishingController

Constructors

TabPublishingController()

Declaration
public TabPublishingController()

Methods

CanPublishingBePerformed(int, int)

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

GetFactory()

Declaration
protected override Func<ITabPublishingController> GetFactory()
Returns
Type Description
Func<ITabPublishingController>
Overrides
ServiceLocator<ITabPublishingController, TabPublishingController>.GetFactory()

IsTabPublished(int, int)

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

SetTabPublishing(int, int, bool)

Declaration
public void SetTabPublishing(int tabID, int portalID, bool publish)
Parameters
Type Name Description
int tabID
int portalID
bool publish

Implements

ITabPublishingController

Extension Methods

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