IAllocationApiSubmitBlocks Method

GF API Documentation
Saves allocation block collection on the server for this user

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

void SubmitBlocks(
	IReadOnlyList<AllocationBlockTemplate> allocationBlocks
)

Parameters

allocationBlocks
Type: System.Collections.GenericIReadOnlyListAllocationBlockTemplate
New allocation block list
Remarks

When the list is applied, AllocationBlocksChanged will be raised.
See Also

Reference