FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..rejectUserAccessRequest Method

Rejects the user access request.

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

Syntax


public bool rejectUserAccessRequest(
	string sRequestID,
	string sComments,
	bool emailNotify
)
Public Function rejectUserAccessRequest ( _
	sRequestID As String, _
	sComments As String, _
	emailNotify As Boolean _
) As Boolean
public:
bool^ rejectUserAccessRequest(
	String^ sRequestID, 
	String^ sComments, 
	bool^ emailNotify
)

Parameters

sRequestID
Type: String
The s request identifier.
sComments
Type: String
The s comments.
emailNotify
Type: Boolean
if set to true [email notify].

Return Value

true if XXXX, false otherwise.