This method return the list of the Workflows defined for the portal

Namespace: DotNetNuke.Entities.Content.Workflow
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
IEnumerable<Workflow> GetWorkflows(
	int portalId
)
Visual Basic
Function GetWorkflows ( 
	portalId As Integer
) As IEnumerable(Of Workflow)

Parameters

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

Return Value

List of the Workflows for the portal

See Also