The method returns true is the workflow is enabled at portal level

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

Syntax

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

Parameters

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

Return Value

True if the workflow is enabled, false otherwise

See Also