Show / Hide Table of Contents

Interface ITabWorkflowSettings

Namespace: DotNetNuke.Entities.Tabs
Assembly: DotNetNuke.dll
Syntax
public interface ITabWorkflowSettings

Methods

GetDefaultTabWorkflowId(int)

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

IsWorkflowEnabled(int)

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

IsWorkflowEnabled(int, int)

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

SetDefaultTabWorkflowId(int, int)

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

SetWorkflowEnabled(int, bool)

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

SetWorkflowEnabled(int, int, bool)

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

Extension Methods

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