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
[Obsolete("Deprecated in DotNetNuke 10.2.2. Please use overload with IPermissionDefinitionService. Scheduled removal in v12.0.0.")]
public TabPublishingController()

TabPublishingController(IPermissionDefinitionService)

Declaration
public TabPublishingController(IPermissionDefinitionService permissionDefinitionService)
Parameters
Type Name Description
IPermissionDefinitionService permissionDefinitionService

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