The method returns true if the workflow is enabled for a tab

Namespace: DotNetNuke.Entities.Tabs
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
bool IsWorkflowEnabled(
	int portalId,
	int tabId
)
Visual Basic
Function IsWorkflowEnabled ( 
	portalId As Integer,
	tabId As Integer
) As Boolean

Parameters

portalId
Type: System..::..Int32
Portal Id
tabId
Type: System..::..Int32
Tab Id

Return Value

True if the workflow is enabled, false otherwise

See Also