FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

dePermissions..::..hasPermission Method

Determines whether the specified defintion identifier has permission.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool hasPermission(
	string definitionID,
	definitionPerms oPerm,
	string workflowUserID
)
Public Function hasPermission ( _
	definitionID As String, _
	oPerm As definitionPerms, _
	workflowUserID As String _
) As Boolean
public:
bool^ hasPermission(
	String^ definitionID, 
	definitionPerms^ oPerm, 
	String^ workflowUserID
)

Parameters

definitionID
Type: String
The definition identifier.
oPerm
Type: FlowWright.cDevDeAPI..::..definitionPerms
The o perm.
workflowUserID
Type: String
The workflow user identifier.

Return Value

true if the specified defintion identifier has permission; otherwise, false.