This method returns true if the user has review permission on the specified state

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

Syntax

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

Parameters

portalId
Type: System..::..Int32
Portal Id
userId
Type: System..::..Int32
User Id
stateId
Type: System..::..Int32
State Id

Return Value

True if the user has review permission, false otherwise

See Also