FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

dePermissions..::..removePermission Method (String, String)

Removes the permission.

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

Syntax


public bool removePermission(
	string definitionID,
	string assignedTo
)
Public Function removePermission ( _
	definitionID As String, _
	assignedTo As String _
) As Boolean
public:
bool^ removePermission(
	String^ definitionID, 
	String^ assignedTo
)

Parameters

definitionID
Type: String
The defintion identifier.
assignedTo
Type: String
The assigned to.

Return Value

true if XXXX, false otherwise.