Click or drag to resize

BaseControllerRelatedValueInResponse Method

Should return true if the related value for logging purposes is in the response vs. the request object.

Namespace:  NetQuarry.Web.API
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected abstract bool RelatedValueInResponse(
	int requestID
)

Parameters

requestID
Type: SystemInt32
The request ID.

Return Value

Type: Boolean
Returns true if the request has the related value in the response, otherwise false.
See Also