FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..removeUserAccessRequestByID Method

Removes the user access request by identifier.

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

Syntax


public bool removeUserAccessRequestByID(
	string sRequestID
)
Public Function removeUserAccessRequestByID ( _
	sRequestID As String _
) As Boolean
public:
bool^ removeUserAccessRequestByID(
	String^ sRequestID
)

Parameters

sRequestID
Type: String
The s request identifier.

Return Value

true if XXXX, false otherwise.