Click or drag to resize
UserTransitionDoesUserHavePermission Method
Returns 'true' if the current user has permissions to execute the user transition on the specified SPListItem.

Namespace: Colygon.MatchPoint.WorkflowKit.Configuration
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public bool DoesUserHavePermission(
	SPWeb web,
	EvaluatorScope scope
)

Parameters

web
Type: SPWeb
scope
Type: Colygon.MatchPoint.Core.ExpressionsEvaluatorScope

Return Value

Type: Boolean
See Also