Show / Hide Table of Contents

Class TabWorkflowSettings

Inheritance
object
ServiceLocator<ITabWorkflowSettings, TabWorkflowSettings>
TabWorkflowSettings
Implements
ITabWorkflowSettings
Inherited Members
ServiceLocator<ITabWorkflowSettings, TabWorkflowSettings>.SetTestableInstance(ITabWorkflowSettings)
ServiceLocator<ITabWorkflowSettings, TabWorkflowSettings>.ClearInstance()
ServiceLocator<ITabWorkflowSettings, TabWorkflowSettings>.GetFactory()
ServiceLocator<ITabWorkflowSettings, TabWorkflowSettings>.Instance
ServiceLocator<ITabWorkflowSettings, TabWorkflowSettings>.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 TabWorkflowSettings : ServiceLocator<ITabWorkflowSettings, TabWorkflowSettings>, ITabWorkflowSettings

Constructors

TabWorkflowSettings()

Declaration
public TabWorkflowSettings()

Methods

GetDefaultTabWorkflowId(int)

Declaration
public int GetDefaultTabWorkflowId(int portalId)
Parameters
Type Name Description
int portalId
Returns
Type Description
int

GetFactory()

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

IsWorkflowEnabled(int)

Declaration
public bool IsWorkflowEnabled(int portalId)
Parameters
Type Name Description
int portalId
Returns
Type Description
bool

IsWorkflowEnabled(int, int)

Declaration
public bool IsWorkflowEnabled(int portalId, int tabId)
Parameters
Type Name Description
int portalId
int tabId
Returns
Type Description
bool

SetDefaultTabWorkflowId(int, int)

Declaration
public void SetDefaultTabWorkflowId(int portalId, int workflowId)
Parameters
Type Name Description
int portalId
int workflowId

SetWorkflowEnabled(int, bool)

Declaration
public void SetWorkflowEnabled(int portalId, bool enabled)
Parameters
Type Name Description
int portalId
bool enabled

SetWorkflowEnabled(int, int, bool)

Declaration
public void SetWorkflowEnabled(int portalId, int tabId, bool enabled)
Parameters
Type Name Description
int portalId
int tabId
bool enabled

Implements

ITabWorkflowSettings

Extension Methods

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