This method returns the list of State Permission of a specific state

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

Syntax

C#
IEnumerable<WorkflowStatePermission> GetWorkflowStatePermissionByState(
	int stateId
)
Visual Basic
Function GetWorkflowStatePermissionByState ( 
	stateId As Integer
) As IEnumerable(Of WorkflowStatePermission)

Parameters

stateId
Type: System..::..Int32
State Id

Return Value

List of state permissions

See Also