summaryM:DotNetNuke.Entities.Content.Workflow.WorkflowSecurity.HasStateReviewerPermission(System.Int32,System.Int32,System.Int32)

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

Syntax

C#
public bool HasStateReviewerPermission(
	int portalId,
	int userId,
	int stateId
)
Visual Basic
Public Function HasStateReviewerPermission ( 
	portalId As Integer,
	userId As Integer,
	stateId As Integer
) As Boolean

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Entities.Content.Workflow.WorkflowSecurity.HasStateReviewerPermission(System.Int32,System.Int32,System.Int32)
userId
Type: System..::..Int32
paramuserIdM:DotNetNuke.Entities.Content.Workflow.WorkflowSecurity.HasStateReviewerPermission(System.Int32,System.Int32,System.Int32)
stateId
Type: System..::..Int32
paramstateIdM:DotNetNuke.Entities.Content.Workflow.WorkflowSecurity.HasStateReviewerPermission(System.Int32,System.Int32,System.Int32)

Return Value

returnsM:DotNetNuke.Entities.Content.Workflow.WorkflowSecurity.HasStateReviewerPermission(System.Int32,System.Int32,System.Int32)

Implements

IWorkflowSecurity..::..HasStateReviewerPermission(Int32, Int32, Int32)

See Also