Click or drag to resize
Infosoft Logo

IValidationServiceGetValidationByCode Method

Gets the validation with the given ID.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Configurations
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
ValidationResponse GetValidationByCode(
	ValidationCodeRequest request
)

Parameters

request  ValidationCodeRequest
A request object that contains a validation code.

Return Value

ValidationResponse
A response object that contains the matching validation object, or null if nothing matched.
See Also