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: 2019.2.1.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