FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

dePermissions..::..getPermissions Method

Gets the permissions.

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

Syntax


public Dictionary<string, bool> getPermissions(
	string definitionID,
	string workflowUserID
)
Public Function getPermissions ( _
	definitionID As String, _
	workflowUserID As String _
) As Dictionary(Of String, Boolean)
public:
Dictionary<String^, bool^>^ getPermissions(
	String^ definitionID, 
	String^ workflowUserID
)

Parameters

definitionID
Type: String
The definition identifier.
workflowUserID
Type: String
The workflow user identifier.

Return Value

Dictionary<System.String, System.Boolean>.