IAllocationApiValidate Method

GF API Documentation
Checks an Allocation Block Template for validity before submission.

Namespace:  GF.Api.Allocation
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

IReadOnlyList<AllocationBlockValidationError> Validate(
	AllocationBlockTemplate allocationBlock
)

Parameters

allocationBlock
Type: GF.Api.AllocationAllocationBlockTemplate
The Allocation Block Template

Return Value

Type: IReadOnlyListAllocationBlockValidationError
The collection of validation errors. Empty if valid.
See Also

Reference